# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
*.egg
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Build artifacts
build/
dist/
wheels/
*.whl
*.tar.gz

# Virtual envs
.venv/
venv/
env/

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

# Local app state
.claude/
.evolution/
