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

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

# Environments
.env
.env.local
.venv
env/
venv/

# uv
.uv/

# Test / coverage / cache
.pytest_cache/
.cache
.coverage
.coverage.*
coverage.xml
report.xml
htmlcov/
.tox/
.nox/
.hypothesis/

# Type checkers / linters
.mypy_cache/
.dmypy.json
.pyre/
.pytype/
.ruff_cache/

# Jupyter
.ipynb_checkpoints/

# IDE / OS
.vscode/
.idea/
*.swp
.DS_Store

# Logs
*.log

# Project local artifacts (placed under local/ per project convention)
local/

# Claude Code session-local state (scheduled tasks, agent caches, locks)
.claude/
