blob: b0a8cbc795029d839fc873c594cf078b5e9af419 [file] [log] [blame]
Ben Vanikc01a8cb2019-09-19 14:42:42 -07001# Python
2*.pyc
Phoenix Meadowlark06b0fec2020-04-01 10:12:03 -07003**/.ipynb_checkpoints/
Phoenix Meadowlarkcd5c9902020-10-22 15:57:39 -07004.pytype/
Ben Vanikc01a8cb2019-09-19 14:42:42 -07005
6# Visual Studio files
7.vs/
Scott Todd0d8a6852019-10-09 14:10:44 -07008.vscode/
Ben Vanikc01a8cb2019-09-19 14:42:42 -07009*.sdf
10*.opensdf
11*.VC.opendb
12*.suo
13*.user
14
15# macOS files
16.DS_Store
17
18# CMake artifacts
19build/
Scott Toddca65b612019-10-22 13:05:57 -070020build-*/
Ben Vanikc01a8cb2019-09-19 14:42:42 -070021
22# Bazel artifacts
Scott Todd056fca22019-10-15 15:57:49 -070023/bazel-*
Stella Laurenzo1178c122019-10-11 10:43:07 -070024
25# Local-only config options
Stella Laurenzod5b91272020-05-28 17:42:06 -070026configured.bazelrc
Stella Laurenzo1178c122019-10-11 10:43:07 -070027user.bazelrc
Scott Toddfd323402019-11-08 09:29:07 -080028
29# Dear ImGui Ini files
30imgui.ini
Geoffrey Martin-Noble8463ef92019-11-08 10:37:16 -080031
32# Emacs autosaves
Geoffrey Martin-Noblec9a8bd72019-11-08 11:58:19 -080033*~
Geoffrey Martin-Noble745cd3d2019-12-03 10:24:52 -080034\#*\#
Lei Zhangacbf5db2020-04-13 10:50:13 -070035
36# Vim swap files
37[._]*.sw[a-p]
38
39# Source indexing files
40compile_commands.json
Lei Zhangd7cb7bb2020-07-16 12:03:08 -040041.cache/clangd
Lei Zhangacbf5db2020-04-13 10:50:13 -070042.clangd/
Lei Zhanga3b73bf2020-07-30 20:17:11 -040043
44# Pyenv files
45.python-version