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

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

# Virtual environments
.venv/
venv/
env/
ENV/
.python-version

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

# Type checking
.mypy_cache/
.pyright/
.ruff_cache/

# IDEs / editors
.vscode/
.idea/
*.swp
*.swo
.DS_Store

# Secrets / local config (CLAUDE.md: env vars only; .env never committed)
.env
.env.local
.env.*.local
*.pem
*.key

# Local DB / Alembic (versions/ is tracked; only local state is ignored)
*.db
*.sqlite
*.sqlite3

# Logs
*.log
logs/

# Build artifacts from docs (Sphinx/MkDocs setup deferred to Sprint 2)
docs/_build/
site/
