ASCILINE/.gitignore

23 lines
245 B
Text

# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
# Video files (too large for GitHub, user provides their own)
*.mp4
*.avi
*.mov
*.mkv
*.webm
# Environment & IDE
.env
.vscode/
.idea/
# Personal notes
mynotes.txt
# Old versions
*-previous-ver-*