Add gitignore

This commit is contained in:
ItsDrike 2020-10-22 18:01:59 +02:00
parent 02565d76fc
commit 222357256c
No known key found for this signature in database
GPG key ID: F4E8FF4F6AC7F3B4

26
.gitignore vendored Normal file
View file

@ -0,0 +1,26 @@
# Ignore python cache
__pycache__/
# virtualenv
env/
venv/
.venv
# Vscode settings
.vscode/
# Ignore intellij Files (PyCharm)
.idea
# Ignore spyder Files
.spyproject/
# Ignore ds store files
.DS_STORE
# Backup files
*.bak
# Personal TODO files
TODO