# Python
.venv/
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
*.egg

# Node
node_modules/
frontend/dist/

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

# OS
.DS_Store
Thumbs.db

# Environment
.env
.env.local
.env.*.local

# Logs
*.log
logs/

# Build output
dist/

# Test
.pytest_cache/
.coverage
htmlcov/
