# Python
__pycache__/
*.py[cod]
*$py.class
*.so

# Virtual environments
.venv/
venv/
env/

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

# Docs site build output (MkDocs)
site/

# Test / coverage
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.tox/
.nox/

# Lint / format caches
.ruff_cache/
.mypy_cache/

# Project-local
db.sqlite3
db.sqlite3-journal
.admin_tui_debug.log

# Editor / OS
.DS_Store
Thumbs.db
.vscode/
.idea/
*.swp
*.swo

# uv
# uv.lock is intentionally committed for reproducible installs.
