ASCILINE/.gitignore
2026-06-12 23:14:11 +07:00

24 lines
257 B
Text

# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
*.egg-info/
# 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-*