vigilar/.gitignore
Aaron D. Lee 767bbf26ba Add .worktrees/ and .superpowers/ to .gitignore
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-03 13:02:10 -04:00

57 lines
533 B
Plaintext

# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.eggs/
*.egg
# Virtual environment
.venv/
venv/
env/
# IDE
.vscode/
.idea/
*.swp
*.swo
# Testing
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
# Runtime data
*.db
*.db-wal
*.db-shm
/var/
# Config backups
config/*.bak.*
# HLS segments (generated at runtime)
*.ts
*.m3u8
# Secrets (never commit)
*.key
*.pem
secrets/
# Worktrees
.worktrees/
# Superpowers brainstorm
.superpowers/
# OS
.DS_Store
Thumbs.db
# WireGuard keys (generated per-host)
remote/wireguard/*.key