# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.eggs/

# Virtual environments
.venv/
venv/

# Testing
.pytest_cache/
.coverage
htmlcov/

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

# Qualito local data
.qualito/
.dqi/

# Environment files
.env
.env.local
.env.production

# OS
.DS_Store
Thumbs.db

# uv (uv.lock is committed for reproducible builds)
