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

# Node.js
node_modules/
dist/
.next/
.nuxt/
out/

# Rust
target/

# Go
vendor/

# IDE / OS
.DS_Store
.idea/
.vscode/
*.swp
Thumbs.db
