blob: 9f3c73bd954fc19cb255ff955573ebad59873502 [file] [log] [blame]
Davide Pesavento63cac4c2025-02-17 17:00:35 -05001# Backup files
2*~
3*.bak
4*.orig
5*.rej
6
Ashlesh Gawande6c86e302019-09-17 22:27:05 -05007# Python
carlosmscabralf40ecd12013-02-01 18:15:58 -02008build
9dist
Saurab Dulal5d9ba602017-11-29 21:31:13 +000010Mini_NDN.egg-info
Davide Pesavento63cac4c2025-02-17 17:00:35 -050011__pycache__/
12*.py[cod]
Ashlesh Gawande6c86e302019-09-17 22:27:05 -050013
14# Docs
15docs/html
16docs/latex
17docs/_build
18
19# Misc
Davide Pesavento63cac4c2025-02-17 17:00:35 -050020dl/
Junxiao Shi48ada892021-11-04 09:02:21 -060021*.apconf
Ashlesh Gawande6c86e302019-09-17 22:27:05 -050022
23# Vagrant
Davide Pesavento63cac4c2025-02-17 17:00:35 -050024.vagrant/
25
26# Visual Studio Code
27.vscode/
28
29# macOS
30.DS_Store
31.AppleDouble
32.LSOverride
33._*