# Virtual env
.venv/
venv/
env/

# Build / install
dist/
build/
*.egg-info/
*.egg

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# Env and secrets
.env
.env.local
*.pem

# IDE / OS
.idea/
.vscode/
.DS_Store
*.swp
*~

# Cursor
.cursor/

# Testing
.pytest_cache/
.coverage
coverage.xml
htmlcov/
.hypothesis/

# PROMPTHEUS artifacts
.promptheus/

# Claude Code local settings
.claude/

# Backup files
*.bak
