Skip to content

Commit cc01666

Browse files
committed
initial commit
0 parents  commit cc01666

File tree

16 files changed

+1541
-0
lines changed

16 files changed

+1541
-0
lines changed

.gitignore

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Byte-compiled / cache
2+
__pycache__/
3+
*.py[cod]
4+
*.pyo
5+
*.pyd
6+
7+
# Virtual environment
8+
.venv/
9+
env/
10+
venv/
11+
12+
# Distribution / packaging
13+
# build/
14+
# dist/
15+
# *.egg-info/
16+
17+
# IDE / editor folders
18+
.vscode/
19+
.idea/
20+
*.swp
21+
22+
setup.py

0 commit comments

Comments
 (0)