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 | 2 | __pycache__/ |
2 | -temp | |
3 | + | |
4 | +# IDE files | |
3 | 5 | .idea/ |
6 | + | |
7 | +# Log directory | |
4 | 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 | 16 | # Definitely too big: |
7 | 17 | DaCHS/amdadb_db.sql |
8 | 18 | DATA/ | ... | ... |