# Virtual environment
.venv/

# Claude Code
.claude/

# Python cache
__pycache__/
*.pyc
*.pyo
.pytest_cache/
.ruff_cache/

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

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

# Environment variables
.env
.env.local