#IntelJ Idea
.idea/

#virtualenv
.venv/

#Build results
build/
dist/
*.egg-info/
.tox
AUTHORS
ChangeLog
eggs/
.eggs/
develop-eggs/
*.egg

#Python
*.pyc

#Translation build
*.mo
*.pot

#SQLite Database files
*.sqlite

#Autogenerated Documentation
doc/source/api

#Testing framework
.testrepository
.coverage
*,cover
cover

#swap file
*.swp
