# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
*.egg

# Frontend
frontend/node_modules/
frontend/dist/
frontend/.vite/

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

# Testing
.pytest_cache/
.coverage
htmlcov/

# Database
*.db
*.db-journal

# Logs
*.log

# Environment
.env
.env.local

# OS
.DS_Store
Thumbs.db
