Files

76 lines
774 B
Plaintext

# === Environment & Secrets ===
.env
*.env
.env.local
.env.production
# === Dataset files ===
data/raw/
data/processed/
# === Python ===
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
*.egg
dist/
build/
eggs/
*.whl
pip-log.txt
pip-delete-this-directory.txt
# === Virtual Environment ===
venv/
.venv/
env/
ENV/
# === IDE ===
.vscode/
.idea/
*.swp
*.swo
*~
.project
.settings/
# === OS ===
.DS_Store
Thumbs.db
ehthumbs.db
Desktop.ini
# === Logs ===
logs/
*.log
*.jsonl
# === Docker ===
pg_data/
# === Model / Embedding Cache ===
.cache/
.cache/huggingface/
.cache/torch/
# === Ruff ===
.ruff_cache/
# === Jupyter ===
.ipynb_checkpoints/
*.ipynb
# === Testing ===
.pytest_cache/
htmlcov/
.coverage
coverage.xml
# === Misc ===
codebase_structure.txt
*.bak
*.tmp