# Compiled source #
###################
*.class
*.o
*.so

# Android #
###########
*.apk
*.ap_
*.dex
local.properties

# Packages #
############
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip

# LaTeX #
#########
*.aux
*.dvi
*.fdb_latexmk
*.fls
*.lof
*.log
*.lot
*.out
*.pdf
*.ps
*.tex~
*.toc
*_minted*

# Bibliography aux files (bibtex/biblatex/biber) #
##################################################
*.bbl
*.bcf
*.blg
*-blx.aux
*-blx.bib
*.run.xml

## Build tool auxiliary files #
###############################
*.fdb_latexmk
*.synctex.gz
*.pdfsync
*.synctex.gz(busy)

# Algorithms #
##############
*.alg
*.loa

# Theorems #
############
*.thm

# Beamer #
##########
*.nav
*.snm
*.vrb

# Glossaries #
##############
*.acn
*.acr
*.glg
*.glo
*.gls

# Hyperref #
############
*.brf

# Listings #
############
*.lol

# Makeidx #
###########
*.idx
*.ilg
*.ind
*.ist

# Minitoc #
###########
*.maf
*.mtc
*.mtc0

# Minted #
##########
*.pyg

# Nomencl #
###########
*.nlo

# Todonotes #
#############
*.tdo

# Xindy #
#########
*.xdy

# Vim #
#######
*.project.vim
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
*.un~
Session.vim
.netrwhist
*~

# Ant #
#######
*.ant_targets

# Java #
########

# Compiled class file #
#######################
*.class

# Log file #
########
*.log

# BlueJ files #
###############
*.ctxt

# Mobile Tools for Java (J2ME) #
################################
.mtj.tmp/

# Package Files #
#################
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar

# JVM #
#######
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*

# Gradle #
##########
.gradle
gradle
/build
/buildSrc/build
/subprojects/*/build
/subprojects/docs/src/samples/*/*/build
/subprojects/internal-android-performance-testing/build-android-libs

# Python #
##########
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
include/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
*.manifest
*.spec
pip-log.txt
pip-delete-this-directory.txt
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover
.hypothesis/
*.mo
*.pot
*.log
local_settings.py
instance/
.webassets-cache
.scrapy
docs/_build/
target/
.python-version
celerybeat-schedule
.env
.venv/
venv/
ENV/
bin/
share/
lib64
pip-selfcheck.json
pyvenv.cfg

# R #
#####
*-Ex.R
*.RData
*.Rdata
*.Rhistory
*.Rincr_history

# Ctags #
#########
tags
.tags
tags.lock
tags.temp
tags.tmp

# Extra files #
###############
*.xmi
*.sync
*.jekyll-metadata

# Editor Suggestions #
######################

# Vim #
#######
# Swap
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]

# Session
Session.vim
Sessionx.vim

# Temporary
.netrwhist
*~
# Auto-generated tag files
tags
# Persistent undo
[._]*.un~

# VSCode #
##########
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json

# Atom #
########
.eslintcache
Thumbs.db
.project
.svn
.nvm-version
.vscode
node_modules
npm-debug.log
debug.log
/tags
/atom-shell/
/out/
docs/output
docs/includes
spec/fixtures/evil-files/
out/
/electron/

# Operating Systems #
#####################

# macOS #
#########
# General
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon

# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

# Linux #
#########
*~

# temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*

# KDE directory preferences
.directory

# Linux trash folder which might appear on any partition or disk
.Trash-*

# .nfs files are created when an open file is removed but is still being accessed
.nfs*

# .txt files
*.txt

# pytest-cov htmlcov
htmlcov

# coverage report
.coveragereport.json

# coverage report
coverage.txt

# coverage report
coverage.json

# bash command history
.bash_history

# viewable markdown analysis
analysis.md
