30 lines
271 B
Plaintext
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/ |