# Python
__pycache__/
*.py[cod]
*$py.class

# Build
build/
dist/
*.egg-info/
.eggs/

# Virtual envs
.venv/
venv/
env/

# IDE
.vscode/
.idea/

# Testing
.pytest_cache/
.coverage
htmlcov/

# OS
.DS_Store
Thumbs.db

# UV
.python-version