# Python
*.py[cod]
*$py.class
*.so
.Python
**/__pycache__/
*.pyc
*.pyo
*.pyd

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

# IDEs
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store

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

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg
.eggs/
*.whl

# Poetry
poetry.lock

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

# Documentation
docs/_build/
docs/Makefile
db.sqlite3
.mypy_cache/
.eggs/

# MyPy
.mypy_cache/
.dmypy.json
dmypy.json

# Ruff
.ruff_cache/

# Celery
celerybeat-schedule
celerybeat.pid

# pyenv
.python-version

# Jupyter Notebook
.ipynb_checkpoints

# Temp files
*.bak
*.tmp
*.temp

# Project specific
.github/.task_flow
