blob: a4d2b696336fe675b1fc3cfef8e4ddd1a5bc18e3 [file] [log] [blame]
Alexei Frolov1a82c142019-10-31 17:37:12 -07001# Build artifacts
2out/
3
4# IDE artifacts
5.idea/
6.project
7.cproject
8.vscode
9.clangd/
10
11# Python artifacts
12venv/
13*.pyc
14*.egg/
15*.eggs/
16*.egg-info/
17.cache/
18python-env/
19.mypy_cache/
20
21# Mac artifacts
22.DS_Store
23
24# Vim artifacts
25*.swp
26
27.gdb_history