Sample project
This commit is contained in:
17
.gitignore
vendored
Normal file
17
.gitignore
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.swp
|
||||
.\#*
|
||||
*\#
|
||||
.coverage
|
||||
|
||||
# Virtualenv
|
||||
venv
|
||||
.tox
|
||||
|
||||
# IDE specific
|
||||
.idea
|
||||
.vscode
|
||||
|
||||
# Sample documents
|
||||
*.txt
|
Reference in New Issue
Block a user