# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
*.egg

# Virtual environments
.venv/
venv/

# Type checkers & linters
.mypy_cache/
.ruff_cache/
.pytest_cache/
.basedpyright/

# IDE
.vscode/
.idea/
.zed/

# Project secrets & local config
config.yaml
.env

# Docker postgres data
pgdata/

# Logs & exports
*.log
exports/

# OS
.DS_Store
Thumbs.db

# Test artifacts
htmlcov/
.coverage
coverage.xml

# Claude Code
.claude/
CLAUDE.md
