Commit 0eeda04a533ddec8f8dc5d9bd2218a141863f8fe
1 parent
c1d72f1c
Exists in
master
Improve gitignore
Showing
1 changed file
with
11 additions
and
1 deletions
Show diff stats
.gitignore
1 | +# Compiled Python files | ||
1 | __pycache__/ | 2 | __pycache__/ |
2 | -temp | 3 | + |
4 | +# IDE files | ||
3 | .idea/ | 5 | .idea/ |
6 | + | ||
7 | +# Log directory | ||
4 | log/ | 8 | log/ |
5 | 9 | ||
10 | +# Source files generated by Sphinx to build the documentation | ||
11 | +doc_source/ | ||
12 | + | ||
13 | +# Python virtualenv | ||
14 | +nc2cdf/ | ||
15 | + | ||
6 | # Definitely too big: | 16 | # Definitely too big: |
7 | DaCHS/amdadb_db.sql | 17 | DaCHS/amdadb_db.sql |
8 | DATA/ | 18 | DATA/ |