Create .gitignore

This commit is contained in:
James 2024-11-22 13:58:33 +10:00 committed by GitHub
parent e3cb357c3b
commit 3cc6efdd09
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

37
.gitignore vendored Normal file
View file

@ -0,0 +1,37 @@
# Python
__pycache__/
*.py[cod]
*$py.class
# Virtual Environment
venv/
env/
.env
# IDEs and Editors
.vscode/
.idea/
*.swp
*.swo
# OS generated files
.DS_Store
Thumbs.db
# Logs
*.log
# Model files (if they're large, you might want to exclude them)
*.gguf
# Distribution / packaging
dist/
build/
*.egg-info/
# Jupyter Notebook
.ipynb_checkpoints
# Other
*.bak
*.tmp