add .gitignore
This commit is contained in:
commit
1e63e9e1cc
1 changed files with 8 additions and 0 deletions
8
.gitignore
vendored
Normal file
8
.gitignore
vendored
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
docs/build/
|
||||||
|
__pycache__
|
||||||
|
*.swp
|
||||||
|
*.pyc
|
||||||
|
*.db
|
||||||
|
*.ini
|
||||||
|
*.txt
|
||||||
|
*.bck
|
Loading…
Reference in a new issue