# Byte-compiled / optimized files
__pycache__/
*.py[cod]
*$py.class

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

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

# Testing / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml

# Django
*.sqlite3
local_settings.py
media/
staticfiles/

# Environment / secrets
.env
.env.*


demo.py


django-sample/
.venv/

# Editors / IDEs
.vscode/
.idea/
*.swp

# OS
.DS_Store
Thumbs.db

# Type checking / linting caches
.mypy_cache/
.ruff_cache/