mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Update gitignore
This commit is contained in:
parent
6e2557cc86
commit
c1a4415802
28
.gitignore
vendored
28
.gitignore
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue