# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
*.egg
*.whl
MANIFEST

# uv / hatch
.venv/
.hatch/
.uv/

# mypy
.mypy_cache/

# ruff
.ruff_cache/

# pytest
.pytest_cache/
htmlcov/
.coverage
coverage.xml

# skill-space runtime data
~/.skill-space/

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

# OS
.DS_Store
Thumbs.db

# secrets
.env
*.env.local
