ntbvb
This commit is contained in:
16
.gitignore
vendored
16
.gitignore
vendored
@@ -1,2 +1,14 @@
|
|||||||
#Virtual environments
|
# PyCharm / IntelliJ
|
||||||
.venv/*
|
.idea/
|
||||||
|
|
||||||
|
# Python
|
||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
|
*.pyo
|
||||||
|
*.pyd
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# Virtualenv
|
||||||
|
.venv/
|
||||||
|
# created by virtualenv automatically
|
||||||
|
.venv/Lib
|
||||||
|
|||||||
Reference in New Issue
Block a user