# IDE
.idea/
.vscode/
.cursor/
.claude/
.codex
*.iml

# Environments
.env
.env.*
!.env.example

# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Build artifacts (python -m build output)
dist/
build/
*.egg-info/

# Virtual Environments
.venv/
venv/

data/
# OS
.DS_Store
Thumbs.db



