# Env and secrets (use .env.example as template)
.env
.env.local
*.env

# Python
__pycache__/
*.py[cod]
.eggs/
*.egg-info/
.venv/
venv/
.kaggle-venv/

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

# Build and cache
.pytest_cache/
.coverage
htmlcov/
dist/
build/
.next/

# Project-specific
certainty_workspace/
*.pt
*.log

node_modules/