# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual environments
.env
.venv
env/
venv/
ENV/

# IDE
.idea/
.vscode/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Testing
.pytest_cache/
.coverage
htmlcov/

# Build artifacts
*.whl

# Development artifacts
CHAT.txt
results/
sketches/

# Session / tool artifacts
.bmad/
_bmad/
.hypothesis/
.serena/
.env.local

# buildlog runtime data (in project root, not in src/)
buildlog/.buildlog/
buildlog/bandit_state.jsonl
buildlog/bandit_state.jsonl.migrated
site/

# Generated docs (rebuilt by MkDocs hook)
docs/llms-full.txt
