Update gitignore

This commit is contained in:
ItsDrike 2021-01-14 14:23:58 +01:00
parent 6e2557cc86
commit c1a4415802
No known key found for this signature in database
GPG key ID: 252D306F545351FC

28
.gitignore vendored
View file

@ -1,23 +1,23 @@
# Ignore python cache
# Byte-compiled / optimized / DLL Files
__pycache__/
*.py[cod]
*$py.class
# Ignore pytest cache
.pytest_cache
# virtualenv
env/
venv/
# Virtual Envornments
.venv
venv/
env/
# Vscode settings
# Editor project settings
## VSCode
.vscode/
# Ignore intellij Files (PyCharm)
.idea
# Ignore spyder Files
## PyCharm intellij
.idea/
## repl.it
.replit
## Spyder
.spyproject/
.spyderproject/
# Ignore ds store files
.DS_STORE