# claude
.claude/commands/
.claude/outputs/

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg

# uv (library project - no lock file)
uv.lock

# Virtual environments
.venv/
venv/
ENV/

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.mypy_cache/
.ruff_cache/
.benchmarks/

# Git worktree
.worktree/

# Local development
*.db
*.sqlite3
.env
.env.local
media/

# OS
.DS_Store
Thumbs.db
