# Git
.git
.gitignore

# Python/UV
__pycache__/
*.py[cod]
*$py.class
.venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Data
datasets/
docs/

# IDE
.vscode/
.idea/

# Distribution
dist/
build/
*.egg-info/
