diff --git a/.gitignore b/.gitignore index 68bc17f..69eed55 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Project related +data/ + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] diff --git a/README.md b/README.md index 0d3074e..854b501 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ Some tools based on the [infravelo.de](https://infravelo.de) API and website. * API fetcher -* Download of all possible planning documents (not yet implemented. See #1) +* Download of all possible planning documents of active projects +* Comparison of changes over time (not yet implemented. See #1 and #6) ## Running