0f2f14a6f2
Change-Id: I459b962ebe011b023526e2fdbc3641782f97c97c
27 lines
228 B
Plaintext
27 lines
228 B
Plaintext
#IntelJ Idea
|
|
.idea/
|
|
|
|
#virtualenv
|
|
.venv/
|
|
|
|
#Build results
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
*.egg
|
|
.tox
|
|
AUTHORS
|
|
ChangeLog
|
|
|
|
#Python
|
|
*.pyc
|
|
|
|
#Translation build
|
|
*.mo
|
|
|
|
#SQLite Database files
|
|
*.sqlite
|
|
|
|
#Autogenerated Documentation
|
|
doc/source/api
|