Add some project specific ignores
This commit is contained in:
parent
a67b9c48c2
commit
0b3025b878
1 changed files with 8 additions and 0 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -7,6 +7,14 @@ __pycache__/
|
||||||
# C extensions
|
# C extensions
|
||||||
*.so
|
*.so
|
||||||
|
|
||||||
|
# Project specify temporary / test files
|
||||||
|
*.db
|
||||||
|
.trove/
|
||||||
|
ai
|
||||||
|
tmp/
|
||||||
|
ui/
|
||||||
|
|
||||||
|
|
||||||
# Distribution / packaging
|
# Distribution / packaging
|
||||||
.Python
|
.Python
|
||||||
build/
|
build/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue