add basic gitignore
This commit is contained in:
parent
a2dd6a03b8
commit
2d9f998607
12
.gitignore
vendored
Normal file
12
.gitignore
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
.DS_Store
|
||||
.idea
|
||||
*.log
|
||||
tmp/
|
||||
|
||||
*.py[cod]
|
||||
*.egg
|
||||
build
|
||||
htmlcov
|
||||
|
||||
data.db
|
||||
cache/
|
Loading…
Reference in New Issue
Block a user