initial commmit; boilerplate
This commit is contained in:
10
.gitignore
vendored
Normal file
10
.gitignore
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
# Virtual environment
|
||||
/.venv/
|
||||
# PyCharm:
|
||||
/.idea/
|
||||
# Distribution / packaging:
|
||||
*.egg-info/
|
||||
# Python cache:
|
||||
__pycache__/
|
||||
# Tests:
|
||||
.coverage
|
Reference in New Issue
Block a user