incident-commander / .gitignore
r1cksync
feat(showcase): /showcase page + precomputed bundle + READMEs + video script
898958e
Raw
History Blame Contribute Delete
640 Bytes
# Dependencies
node_modules/
__pycache__/
*.pyc
*.pyo
.venv/
venv/
vendor/
# Environment files (contain secrets)
.env
.env.local
*.env.local
# Build outputs
dist/
build/
.next/
out/
*.egg-info/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Docker
*.log
# Terraform
.terraform/
*.tfstate
*.tfstate.backup
*.tfvars
# Training checkpoints (large)
rl-agent/checkpoints/*.zip
rl-agent/checkpoints/*.pkl
# W&B
wandb/
# Coverage
htmlcov/
.coverage
# Misc
*.bak
*.tmp
rl-agent/.srv.err
rl-agent/.srv.out
.env.aws.local
# Local Kaggle artefacts (large; metrics already in rl-agent/showcase_data.json)
kaggle ran notebooks/