Create .gitignore

This commit is contained in:
sudoxnym 2024-05-05 20:48:10 -06:00 committed by GitHub
parent fd74d3e7af
commit edf71838bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

19
.gitignore vendored Normal file
View file

@ -0,0 +1,19 @@
# Python
*.pyc
*.pyo
*.pyd
__pycache__/
*.so
*.egg
*.egg-info/
dist/
build/
*.tar.gz
# IDEs
.vscode/
.idea/
# OS
.DS_Store
Thumbs.db