Initial commit

This commit is contained in:
Deniz Şafak
2025-04-26 01:50:03 +03:00
parent a7afc52618
commit 20da35a137
25 changed files with 5476 additions and 0 deletions
+35
View File
@@ -0,0 +1,35 @@
# System files
.DS_Store
._*
Thumbs.db
Desktop.ini
*.lnk
# Python artifacts
__pycache__/
**/__pycache__
*.py[cod]
*.so
*.exe
*.zip
*.tar.gz
*.egg-info
# Virtual environments
env/
venv/
.env/
.venv/
test/
# Python embedded
python_embedded/
# VS Code settings
.vscode/
# abogen
*config.json
build/
dist/
.old/