mirror of
https://github.com/YusufB5/ASCILINE.git
synced 2026-06-17 22:35:13 +02:00
23 lines
245 B
Text
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-*
|