mirror of
https://github.com/YusufB5/ASCILINE.git
synced 2026-06-17 22:35:13 +02:00
35 lines
487 B
Text
35 lines
487 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/
|
|
|
|
# Experiment artifacts (scripts are tracked; generated outputs are not)
|
|
experiments/vectors/
|
|
experiments/*.png
|
|
|
|
# Personal notes
|
|
mynotes.txt
|
|
|
|
# Old versions
|
|
*-previous-ver-*
|
|
|
|
# Autobahn conformance reports (regenerated by the test run)
|
|
experiments/autobahn/reports/
|
|
|
|
# stray temp dirs
|
|
tmp*/
|