# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/

# Environment
.direnv/
.pixi/
.venv/
.env

# Testing & Coverage
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/

# IDE
.vscode/
.idea/
*.swp

# OS
.DS_Store
Thumbs.db

# Project
data/
*.tmp
