Skip to content

Commit 65b0d06

Browse files
authored
Create .gitignore
1 parent ce16350 commit 65b0d06

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
__pycache__/
2+
*.pyc
3+
*.pyo
4+
*.pyd
5+
*.db
6+
*.sqlite3
7+
*.zip
8+
*.tar.gz
9+
*.egg-info/
10+
env/
11+
venv/

0 commit comments

Comments
 (0)