# IDE STUFF
.settings
.pydevproject
.project
*.DS_Store
**/project.xcworkspace
*.ipa
.idea

# JS stuff
node_modules/
bower_components/
.fetch.json
coverage/
react-built
static/components/
static/files/
static/js-min
static/css-min
static/js/
static/css/
#!static/js/jsx/*
index.html
login.html
login-two-step.html
static/google/analytics.js

# Python stuff
MANIFEST

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

# C extensions
*.so

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

# PyInstaller
#  Usually these files are written by a python script from a template
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

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

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

# Translations
*.mo
*.pot

# Django stuff:
*.log

# Sphinx documentation
docs/_build/

# PyBuilder
target/

config/kromxr.yaml

desktop/app/static
desktop/TMP/
desktop/nwjs_download_cache/
.ropeproject/

*.swp

*.eggs/
*.mypy_cache/

