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

# Build / dist
build/
dist/
sdist/
wheels/
*.whl
*.tar.gz
pip-wheel-metadata/

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

# Test / coverage
.pytest_cache/
.ruff_cache/
.mypy_cache/
.tox/
.coverage
.coverage.*
htmlcov/
coverage.xml
.hypothesis/

# MkDocs build output
site/

# Frontend build artifacts
frontend/node_modules/
frontend/.bun/
frontend/dist/

# Internal-only docs (not published)
internal-docs/

# Env / secrets
.env
.envrc
*.local

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

# OS
.DS_Store
Thumbs.db

# Logs / databases
*.log
*.sqlite3
*.db

# Claude / agent metadata
CLAUDE.md
.claude/
