# Emacs, vim etc
*~
*.swp

# Start of IntelliJ IDE files
.idea
.idea/*
*.iml
*.ipr
*.iws
# End of IntelliJ IDE files

/build/
*.class
*.pyc
*.pyo
target

# MacOS File
.DS_Store

# Start of Eclipse IDE files
.project
.classpath
.settings
.cproject
eclipse-classes
.pydevproject
# End of Eclipse IDE files

# The usual location for proton-c build files
proton-c/build

# Testresults from the jenkins build script
testresults

# Python TOX test build output
/proton-c/bindings/python/MANIFEST
/proton-c/bindings/python/build

# Visual Studio config
/.vs
/.vscode
/CMakeSettings.json
