# OS / filesystem
.DS_Store
Thumbs.db

# Editors / IDEs
.idea/
.vscode/
*.swp
*.swo

# Environment / secrets
.env
.env.*
!.env.example
!.env.sample

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
env/
ENV/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.pyre/
.pytype/
.hypothesis/
.tox/
.nox/
.coverage
.coverage.*
htmlcov/
build/
dist/
site/
.eggs/
*.egg
*.egg-info/
pip-wheel-metadata/

# Node / TypeScript
node_modules/
typescript/node_modules/
typescript/dist/
*.tsbuildinfo
coverage/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*

# Generic caches / temp
.cache/
tmp/
*.tmp
