######################
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
Thumbs.db
Desktop.ini
$RECYCLE.BIN/

########
# IDEs #
########
*.komodoproject
.idea/
npp.session
.editorconfig

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

# C extensions
*.so

# Distribution / packaging
.Python
env/
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

# Translations
*.mo
*.pot

# Sphinx documentation
docs/_build/

###################
# Node / electron #
###################
# Comprehensive gitignore file in /package/electron directory
# due to build cwd, log might placed in root directory
npm-debug.log*

####################
# Project specific #
####################
# Arduino sketch generated by the Python server
ArdublocklySketch.ino

# Server App settings file generated by the Python server
ServerCompilerSettings.ini

# Desktop application log file
ardublockly.log
ardublockly2.log

# Anything starting with this is created as a unit/module testing temporal file
TestTemp_*

# Miscellaneous files that should not get revisioned
/ignore

# Packaged python build folders and files
/build
/upload
/releases
/arduexec
ardublockly_run.*

# The documentation is built with the GitHub wiki data
/Documentation
package/ardublocklydocs/site

# Materialize uncompress source
/ardublockly/materialize/materialize_uncompressed.css
/ardublockly/materialize/materialize_uncompressed.js
