# JavaScript / Node.js
node_modules/
dist/
*.tgz
*.tsbuildinfo

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

# Rust
target/

# IDE
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db

# Environment
.env
.env.*
!.env.example
