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