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

# Environments
.venv/
venv/
.env

# Tooling caches
.pytest_cache/
.ruff_cache/
.ty_cache/
.mypy_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml

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