1# Build
2compile_commands.json
3out/
4bazel-*
5.presubmit/
6
7# Editors
8.idea/
9.project
10.cproject
11.vscode
12.clangd/
13*.swp
14*.swo
15*flycheck_*
16*_flymake.*
17
18# Python
19*.pyc
20*.egg/
21*.eggs/
22*.egg-info/
23.cache/
24.mypy_cache/
25__pycache__/
26build/
27dist/
28
29# PyOxidizer
30pw_env_setup/py/oxidizer/build
31
32# Mac
33.DS_Store
34
35# GDB
36.gdb_history
37
38# Git
39*.orig
40*.BACKUP.*
41*.BASE.*
42*.LOCAL.*
43*.REMOTE.*
44*_BACKUP_*.txt
45*_BASE_*.txt
46*_LOCAL_*.txt
47*_REMOTE_*.txt
48
49# Env Setup
50environment
51.environment
52# TODO(pwbug/216) Remove following lines in this section.
53# Maybe find a way to delete these files before these lines are removed.
54python*-env/
55.python*-env/
56pw_env_setup/.env_setup.sh
57pw_env_setup/.env_setup.bat
58.cipd
59.cargo
60.bootstrap/
61
62# Web Tools
63node_modules
64yarn-error.log
65