# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

# C extensions
*.so

# Distribution / packaging
.Python
env/
bin/
build/
develop-eggs/
dist/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.cache
nosetests.xml
coverage.xml

# Mr Developer
.mr.developer.cfg
.project
.pydevproject

# Rope
.ropeproject

# Django stuff:
*.log

# Sphinx documentation
docs/build/
# Sphinx on rtd
_build

# IDE stuff:
.idea
.idea/
.idea/atramhasis.iml
*.iml
.idea/encodings.xml
.idea/misc.xml
.idea/modules.xml
.idea/scopes/scope_settings.xml
.idea/vcs.xml

# sqlite stuff
*.sqlite

# Vagrant stuff:
.vagrant/
Vagrantfile
vagrant_provision/

#compass
.sass-cache

# js stuff
frontend/static/css/
atramhasis/static/node_modules
atramhasis/static/css/
atramhasis/static/js/
atramhasis/static/img/
atramhasis/static/scss/

# datadumps: Default location for datadumps created by the dump_rdf script
datadumps

# sqlite database created for tests.
test.db

# compiled locale files
atramhasis/locale/*/LC_MESSAGES/*.mo
atramhasis/templates/admin.jinja2
