# Spec-Kit
.specify/
specs/

# Claude Code
.claude/
CLAUDE.md

# Python
__pycache__/
*.pyc
*.pyo
.venv/
venv/
*.egg-info/
dist/
build/
.eggs/

# Testing
.pytest_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/
.tox/

# Linting / Type checking
.mypy_cache/
.ruff_cache/

# Environment
.env
.env.*

# macOS
.DS_Store
