ASCILINE/.gitignore
Tom Zhang 137d3ad661 Ignore Python virtual environment directories.
Prevents accidental commits of local venv/.venv folders.
2026-06-12 21:00:53 -06:00

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-*