Initial commit: ASCILINE Engine - Modular & Optimized

This commit is contained in:
YusufB5 2026-05-02 14:36:22 +03:00
commit 7cd84b657b
7 changed files with 1016 additions and 0 deletions

23
.gitignore vendored Normal file
View 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-*