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

# Node
node_modules/
*.tsbuildinfo
coverage/

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

# Env / secrets
.env
.env.*
!.env.example
