initial commit
This commit is contained in:
13
.gitignore
vendored
Normal file
13
.gitignore
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
# Python virtual environment:
|
||||
/.venv/
|
||||
# pipenv lock-file and cache directory:
|
||||
Pipfile.lock
|
||||
/.pipenv_cache/
|
||||
# PyCharm project metadata:
|
||||
/.idea/
|
||||
# Byte-compiled / optimized / DLL files:
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
# Distribution / packaging:
|
||||
*.egg-info/
|
Reference in New Issue
Block a user