mirror of
https://github.com/YusufB5/ASCILINE.git
synced 2026-06-17 22:35:13 +02:00
25 lines
258 B
Text
25 lines
258 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
|
|
.venv/
|
|
venv/
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Personal notes
|
|
mynotes.txt
|
|
|
|
# Old versions
|
|
*-previous-ver-*
|