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

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

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

# Test / coverage / type / lint caches
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
.tox/
.nox/
.mypy_cache/
.ruff_cache/
.hypothesis/

# IDE / editor
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store

# Secrets / local config
.env
.env.local
.env.*.local
*.pem
*.key

# Claude Code / claude-flow project-local state
.claude/
.claude-flow/
CLAUDE.md

# Project-local working notes (kept on disk, not in VCS)
analyze.md
