# Python
__pycache__/
*.py[cod]
*.pyo
.venv/
venv/
*.egg-info/
dist/
build/
.mypy_cache/
.ruff_cache/

# Node
node_modules/
frontend/dist/

# Env
.env
*.env.local

# SQLite outbox
*.sqlite

# IDE
.idea/
.vscode/

# OS
.DS_Store
Thumbs.db

# Logs
*.log

# Test artifacts
.pytest_cache/
htmlcov/
.coverage

