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