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

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

# Virtual environments
.venv/
venv/

# Caches
.mypy_cache/
.pytest_cache/
.ruff_cache/

# Local secrets / state
.env
*.tokens.json

# Internal docs
docs/
*.md
!README.md

# IDE
.claude
.cursor
.vscode

# MacOS
.DS_Store
