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

# Environments
.venv/
venv/

# Build / distribution
build/
dist/

# Tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.hypothesis/
.coverage
htmlcov/

# Editors / OS
.vscode/
.idea/
Thumbs.db
.DS_Store
