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

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
*.egg-info/
*.egg
sdist/

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

# Distribution / packaging (uv)
.uv/

# IDE
.idea/
*.iml
.vscode/
*.swp
*.swo
*~

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

# Django
*.log
local_settings.py
db.sqlite3
example/db.sqlite3

# OS
.DS_Store
Thumbs.db

# mypy
.mypy_cache/

# ruff
.ruff_cache/
