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

# Virtual envs
.venv/
venv/
env/

# Test / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml

# Tooling caches
.mypy_cache/
.ruff_cache/
.nox/
.tox/

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