diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-10-11 11:30:34 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-10-11 11:30:34 +0200 |
| commit | 93123614dd0fb9ffedc43b71c897b4fe64cc96bc (patch) | |
| tree | e1943f89bc561e824dd74a45075504bacedbc135 /.gitignore | |
| download | moodlescraper-master.tar.gz moodlescraper-master.zip | |
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d987b6b --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +__pycache__/ +data/ +config.py |
