Files
2026-04-19 17:26:17 -06:00

30 lines
271 B
Plaintext

# SpecStory explanation file
.specstory/.what-is-this.md
# Logs
logs/*
# Encoded files
input/*
output/*
tmp/*
# Video files
*.mp4
*.mkv
*.avi
*.mov
*.wmv
*.flv
*.webm
*.DVR.mp4
*.ts
*.m2ts
*.mts
# Python cache files
__pycache__/
*.pyc
# IDE files
.specstory/
.vscode/