# Secrets / local config
.env
.env.*
!.env.example

# Python
.venv/
venv/
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
.eggs/
pip-wheel-metadata/

# Type checkers / linters / tests
.mypy_cache/
.pyright/
.ruff_cache/
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# Torso project-local (optional personal overrides)
.torso.permissions

# OS
.DS_Store
Thumbs.db

# Editors / IDEs
.idea/
*.swp
*.swo
*~
.vscode/*
!.vscode/settings.json
!.vscode/extensions.json
