# Dependencies
node_modules/
bun.lockb

# Build output
static/build/
dist/

# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so

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

# OS
.DS_Store
Thumbs.db

# Logs
*.log
