Commit ee88776
authored
Clean up
* Add `.DS_Store` (macOS metadata files)
* Add `.venv/` since it's a commonly used virtual environment directory
name (the existing `venv/` name is still ignored too)
* Switch from `*.pyc` to `__pycache__/` (the former is the Python 2 style)
* The redundant `getting-started/*` entry has been removed (I presume this
might have been a leftover from the "install local package as egg" days
GUS-W-13312373..gitignore (#189)1 parent 02eb141 commit ee88776
1 file changed
+10
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
5 | 8 | | |
6 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
0 commit comments