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

# Build / distribution / packaging
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
*.egg-info
*.egg
MANIFEST
.installed.cfg

# Virtual envs
.venv/
venv/
env/
ENV/
.env
.env.local

# Test / coverage / type-checker caches
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.cache
coverage.xml
coverage.txt
*.cover
.hypothesis/
.mypy_cache/
.pyre/
.pytype/
.ruff_cache/

# IDEs / editors
.idea/
.vscode/
.vscode-test/
*.swp
*.swo
*~
.DS_Store
Thumbs.db

# AI tooling session data
.aider*
.claude/
.superpowers/

# Project-specific scratch
/dist/

# Logs / runtime
*.log
*.pid
*.seed
*.pid.lock
