# Byte-compiled
__pycache__/
*.py[cod]

# Virtual environments
.venv/
venv/
env/

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

# Tool caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Editors
.idea/
.vscode/

# OS
.DS_Store
Thumbs.db
desktop.ini