diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ | |||
1 | .venv/ | ||
1 | .DS_Store | 2 | .DS_Store |
2 | __pycache__/ | 3 | __pycache__/ |
3 | .env | 4 | .env |
4 | .idea/ | 5 | .idea/ |
5 | *.png | 6 | *.png |
6 | *.jpg | 7 | *.jpg |
7 | |||