mirror of
https://github.com/YusufB5/ASCILINE.git
synced 2026-06-17 22:35:13 +02:00
Merge PR 9 into main
This commit is contained in:
commit
7ac8317371
10 changed files with 477 additions and 10 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
|
@ -18,8 +18,18 @@ 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*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue