# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg
*.egg-info/
dist/
build/
eggs/
parts/
var/
sdist/
develop-eggs/
.installed.cfg
lib/
lib64/
wheels/

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

# Distribution / packaging
.Python
pip-wheel-metadata/
share/python-wheels/
*.egg-link
MANIFEST

# Hatch / build backend
.hatch/
hatch.toml.local

# Testing
.pytest_cache/
pytest-cache-files-*/
.coverage
.coverage.*
coverage.xml
htmlcov/
.tox/
nosetests.xml

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

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

# macOS
.DS_Store
.AppleDouble
.LSOverride

# Environment variables
.env
.env.*
!.env.example

# mypy / type checkers
.mypy_cache/
.dmypy.json
dmypy.json
.pytype/
.pyre/

# ruff
.ruff_cache/
