Text · 194 bytes Raw Blame History
1 # Python
2 __pycache__/
3 *.py[cod]
4 *.egg-info/
5 .venv/
6 venv/
7 *.egg
8
9 # Test output
10 reports/*.md
11 reports/*.html
12
13 # OS
14 .DS_Store
15 Thumbs.db
16
17 # Internal docs
18 .docs/
19
20 # IDE
21 .vscode/
22 .idea/
23 *.swp
24 *.swo
25 *~
26