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

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

# Environments
.venv/
venv/
env/

# IDE and editor files
.idea/
.vscode/

# Unit test / coverage reports
.coverage
htmlcov/
.pytest_cache/

# Local development files
local_settings.py
db.sqlite3
