diff options
author | Alban Gruin | 2017-01-18 19:13:54 +0100 |
---|---|---|
committer | Alban Gruin | 2017-01-18 19:13:54 +0100 |
commit | f203597c7502a33134854f6f7df336a9347e16f3 (patch) | |
tree | 2b35ff029f473401c781f79ec749fa99fc3066e8 /.gitignore |
Validation initiale
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..9377785 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +__pycache__/ +migrations/ + |