# Git
**/.git

# Local configuration files
config.mk

# Files and directories generated by the build process
build
**/*.o
**/*.a
**/*.out
# Generation of Compile Commands
**/*.ccmd
**/*.ccmds
compile_commands.json

# Files generated by other automated tools and logfiles
callgrind.out.*
cicache
citemp
.venv
.pytest_cache
**/__pycache__

# Project files of common IDEs
*.config
*.files
*.includes
# QtCreator
*.creator
*.user*
# KDevelop
*.kdev4
**/.kdev4
# JetBrains IDEs
**/.idea
# CMake + CMake-based IDEs
CMakeLists.txt
cmake-build-*
# Atom Text Editor
.atomignore
*.cson

# Misc temporary and platform-specific files
**/~*
**/*~
**/*.swp
**/*.log
**/*.plist
**/*.envrc
**/.directory

# uD3TN Socket
*.socket
