Skip to content

Commit d27d2fd

Browse files
committed
meta: Add gitignore
1 parent f9b1075 commit d27d2fd

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.gitignore

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
*.pyc
2+
*.log
3+
*.egg
4+
*.db
5+
*.pid
6+
.python-version
7+
.coverage*
8+
.DS_Store
9+
.tox
10+
pip-log.txt
11+
*.egg-info
12+
/build
13+
/dist
14+
.cache
15+
.idea
16+
.eggs
17+
venv
18+
.vscode/tags

0 commit comments

Comments
 (0)