# Virtual environments
.venv/
venv/
ENV/

# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
.Python

# Build artifacts
*.egg-info/
dist/
build/
*.egg
*.whl

# Testing
.coverage
htmlcov/
.pytest_cache/
.tox/
.nox/

# Type checking / Linting
.mypy_cache/
.ruff_cache/

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

# OS
.DS_Store
Thumbs.db

# Logs
*.log

# MkDocs
site/
.mkdocs_cache/

# RAG (Cloudflare worker)
rag/node_modules/
rag/.wrangler/

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

# Project specific
.claude/
ARCHITECTURE_DECISIONS.md

# BMAD (AI Agent framework)
*BMAD*
*bmad*
bmad-agent/
.bmad-core/
bmad_core/
.bmadrc