deepshelf-api / .gitignore
nice-bill's picture
initial commit
cdb73a8
raw
history blame contribute delete
955 Bytes
# Python-generated files
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual Environments
.venv/
venv/
ENV/
env/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Jupyter
.ipynb_checkpoints/
*.ipynb
# Data (but keep structure)
data/raw/*.csv
data/processed/*.parquet
data/processed/*.npy
data/processed/*.pkl
data/processed/model_cache/
data/processed/embedding_metadata.json
!data/raw/.gitkeep
!data/processed/.gitkeep
# Logs
logs/*.log
!logs/.gitkeep
# Environment
.env
.env.local
# OS
.DS_Store
Thumbs.db
# Testing
.coverage
.pytest_cache/
htmlcov/
.tox/
# CI/CD
.github/workflows/*.log
# Keep directory structure
!**/.gitkeep
# Existing rules from before
docs/gemini.md
scripts/Advanced Features To Consider.txt
scripts/Book_Recommender_Project_SEC.txt
.ruff_cache/
.mypy_cache/
run_analytics.bat
run_api.bat
run_app.bat