mirror of
https://github.com/YusufB5/ASCILINE.git
synced 2026-06-20 22:38:06 +02:00
Initial commit: ASCILINE Engine - Modular & Optimized
This commit is contained in:
commit
7cd84b657b
7 changed files with 1016 additions and 0 deletions
23
.gitignore
vendored
Normal file
23
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# Python cache
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
|
||||
# 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-*
|
||||
Loading…
Add table
Add a link
Reference in a new issue