# Secrets — never commit
.env
.env.local
.env.*.local

# Python
__pycache__/
*.py[cod]
*$py.class
.venv/
.uv/
*.egg-info/
.coverage
.pytest_cache/
htmlcov/
.ruff_cache/
.ty_cache/
build/
dist/

# OS
.DS_Store
Thumbs.db

# Editor
.vscode/
.idea/
*.swp
*~

# KAOS
.kaos-vfs/
