ASCILINE/.gitignore
2026-06-13 12:07:44 +03:00

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