| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- *.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
- *.pickle
- .obj/
- bindings/
- .DS_Store
- .mxproject
- Brewfile.lock.json
- # Visual Studio Code
- .vscode/
- # legendary cmake's
- build
- CMakeLists.txt
- # bundle output
- dist
- # kde
- .directory
|