# Environment / secrets
.env
.env.*
!.env.example
*.key
cle.txt

# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
.mypy_cache/
.ruff_cache/
.pytest_cache/
.coverage
htmlcov/

# Node (web frontend)
node_modules/
.next/
out/

# Editor / OS
.vscode/
.idea/
.DS_Store
Thumbs.db

# npm CLI
cli-npm/node_modules/
