# Python-generated files
__pycache__/
*.py[oc]
*.pyo
build/
dist/
wheels/
*.egg-info
*.egg
.eggs/
MANIFEST

# Virtual environments
.venv
venv/
env/
ENV/
.env

# Environment variables
.env.local
.env.*.local

# Distribution / packaging
*.tar.gz
*.whl

# Testing
.tox/
.nox/
.coverage
.coverage.*
coverage.xml
htmlcov/
.pytest_cache/
.hypothesis/

# Type checking
.mypy_cache/
.dmypy.json
.pytype/
.pyre/

# Linting / formatting
.ruff_cache/

# Django
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal
media/
staticfiles/
static/

# Django migrations (optional — remove if you want to track migrations)
# */migrations/*.py
# !*/migrations/__init__.py

# Celery
celerybeat-schedule
celerybeat.pid

# IDE / editors
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store

# Jupyter Notebooks
.ipynb_checkpoints/
*.ipynb

# uv / pip
pip-log.txt
pip-delete-this-directory.txt
.uv/
