# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Build outputs  
dist/
build/

# Cache directories
.vite/
.cache/

# Python
__pycache__/
*.pyc
*.pyo
.venv
.env

# System files
.DS_Store
Thumbs.db

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

# Compiled models (optional - comment out if you want to track them)
web-app/backend/compiled_models/
web-app/backend/temp/
