Add text to README and .gitignore
This commit is contained in:
parent
fa5b3b2836
commit
6d9b5a99f5
2 changed files with 42 additions and 1 deletions
12
.gitignore
vendored
Normal file
12
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# IDEs and editors
|
||||
/.idea
|
||||
/.vscode
|
||||
|
||||
# General
|
||||
/tmp
|
||||
/_tmp
|
||||
.cache
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
Loading…
Add table
Add a link
Reference in a new issue