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

# Virtual environments
.venv/
venv/
env/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Type checking
.mypy_cache/
.ruff_cache/

# IDE
.idea/
.vscode/
*.iml

# Distribution
*.whl
*.tar.gz

# OS
.DS_Store
Thumbs.db

# Claude Code / Specify
.claude/settings.local.json

# taxomesh runtime files (when using file-based backends)
*.taxomesh.json
*.taxomesh.yaml
*.taxomesh.db
/.run/
/data/taxomesh.json
/data/taxomesh.yaml
/taxomesh.toml
