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

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

# Virtual environments
.venv/
venv/

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

# Type checkers
.mypy_cache/
.pytype/
.pyre/

# Linters
.ruff_cache/

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

# Environments
.env
.envrc

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

# OS
.DS_Store
Thumbs.db

# Lock files (library -- not committed)
# uv.lock

# Build tools
.pdm-python
.pdm-build/

# MkDocs build output
site/

# Project-specific
.opencode/
