# ============================================================================
# Zubbl .gitignore
# ============================================================================

# 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/
env/

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

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

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

# Logs
*.log
logs/

# Database
*.db
*.sqlite
*.sqlite3

# Secrets
*.pem
*.key
secrets/
k8s/secrets.yaml

# Build artifacts
node_modules/
.wrangler/
.next/
out/

# Reference repos (don't commit cloned repos)
reference/

# Eval reports (generated)
eval/reports/*.json

# Temporary
tmp/
temp/
*.tmp

