# Dependencies
node_modules/
.venv/

# Build output
dist/
build/
*.tsbuildinfo

# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/

# Environment
.env
.env.*

# OS
.DS_Store
