Skip to content

Commit 4746540

Browse files
author
Kátia Nakamura
committed
git: add .gitignore
1 parent 60cd4e6 commit 4746540

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
.DS_Store
2+
# file for python-decouple
3+
.env
4+
# virtual env
5+
.venv
6+
.idea
7+
*.sqlite3
8+
*pyc
9+
__pycache__
10+
.venv/

0 commit comments

Comments
 (0)