Update .gitignore (ignore .venv and PyCharm files)
This commit is contained in:
12
.gitignore
vendored
12
.gitignore
vendored
@@ -0,0 +1,12 @@
|
|||||||
|
# Python
|
||||||
|
.venv/
|
||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
|
|
||||||
|
# PyCharm
|
||||||
|
.idea/
|
||||||
|
*.iml
|
||||||
|
|
||||||
|
# OS
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
|||||||
Reference in New Issue
Block a user