4303945748
* Simpler build, less dependencies * Follow ugly python linter * Introduce Brewfile & Update Readme * Make dist.sh target-specific * Tidy up make output * Get rid of cat and truncate (I still love cats tho) * Suppress dd output * Long live the cat
37 lines
358 B
Plaintext
37 lines
358 B
Plaintext
*.swp
|
|
*.gdb_history
|
|
|
|
|
|
# LSP
|
|
.cache
|
|
compile_commands.json
|
|
|
|
# JetBrains IDEs
|
|
.idea/
|
|
|
|
# Python VirtEnvironments
|
|
.env
|
|
.venv
|
|
env/
|
|
venv/
|
|
|
|
# Python Byte-compiled / optimized files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
.obj/
|
|
bindings/
|
|
.DS_Store
|
|
.mxproject
|
|
Brewfile.lock.json
|
|
|
|
# Visual Studio Code
|
|
.vscode/
|
|
|
|
# legendary cmake's
|
|
build
|
|
CMakeLists.txt
|
|
|
|
# bundle output
|
|
dist |