git
This commit is contained in:
9
.gitignore
vendored
9
.gitignore
vendored
@@ -1,13 +1,14 @@
|
|||||||
# Virtual environment
|
# Virtual environment
|
||||||
.venv/*
|
.venv/
|
||||||
|
|
||||||
# Python
|
# Python
|
||||||
__pycache__/*
|
__pycache__/
|
||||||
*.pyc
|
*.pyc
|
||||||
*.log
|
*.log
|
||||||
|
|
||||||
# IDE
|
# IDE (PyCharm)
|
||||||
.idea/*
|
.idea/
|
||||||
|
*.iml
|
||||||
|
|
||||||
# OS
|
# OS
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|||||||
Reference in New Issue
Block a user