# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual environments
.venv/
venv/
ENV/

# Testing
.tox/
.nox/
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.hypothesis/

# Mypy
.mypy_cache/

# Ruff
.ruff_cache/

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

# OS
.DS_Store
Thumbs.db

# Local config
.env
.env.local

# Database
*.db
*.sqlite
*.sqlite3

# Artifacts
lumlflow_artifacts/

# Built static files (generated during build)
lumlflow/static/

# Frontend (handled by frontend/.gitignore)
frontend/node_modules/
frontend/dist/
frontend/coverage/

uv.lock