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

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

# Test-supervisor / gates output
.gates/

# Virtualenvs
.venv/
venv/

# Editors / OS
.idea/
.vscode/
*.swp
.DS_Store
