# Dependencies
node_modules/

# Build output
dist/
build/

# Environment
.env
.env.local
.env.*.local
.venv
venv/

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

# OS
.DS_Store
Thumbs.db

# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
*.egg

# API database
api/*.db

# Logs
*.log

# TypeScript
*.tsbuildinfo

# Vite
vite.config.ts.timestamp-*
