Commit 91e92a7db33e7dae6c61f27b91a721172c2854c2

Authored by Antoine Goutenoir
1 parent 795f09e1
Exists in master

Ignore uninteresting files.

Showing 1 changed file with 7 additions and 1 deletions   Show diff stats
.gitignore
  1 +# Corollaries
  2 +TIME
  3 +VISITS
  4 +
  5 +# Python
1 6 *.pyc
2 7 *.pyo
3 8 *.swp
4 9 *~
5 10  
  11 +# Dotenv
6 12 .env
7 13  
8 14 # Assets compiled by|for prod
... ... @@ -49,4 +55,4 @@ venv*
49 55 .DS_Store
50 56 *.sublime-*
51 57 .cache/
52   -.idea
53 58 \ No newline at end of file
  59 +.idea
... ...