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 @@
|
|||
|
||||
# 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
|
||||
|
|
Loading…
Reference in a new issue