Skip to content

Commit 61079a0

Browse files
initial version
1 parent fff7847 commit 61079a0

22 files changed

+42
-0
lines changed

.gitignore

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Byte-compiled / optimized / DLL files
2+
__pycache__/
3+
*.py[cod]
4+
*$py.class
5+
6+
# C extensions
7+
*.so
8+
9+
# Distribution / packaging
10+
.Python
11+
build/
12+
develop-eggs/
13+
dist/
14+
downloads/
15+
eggs/
16+
.eggs/
17+
lib/
18+
lib64/
19+
parts/
20+
sdist/
21+
var/
22+
wheels/
23+
share/python-wheels/
24+
*.egg-info/
25+
.installed.cfg
26+
*.egg
27+
MANIFEST
28+
*.log
29+
30+
# Environments
31+
.env
32+
.venv
33+
env/
34+
venv/
35+
ENV/
36+
env.bak/
37+
venv.bak/
38+
39+
# TD
40+
*.toe
41+
Backup/
42+
*.dmp
1.73 MB
Binary file not shown.
523 KB
Binary file not shown.
3.01 KB
Binary file not shown.
15 KB
Binary file not shown.
14.7 KB
Binary file not shown.
2.76 KB
Binary file not shown.
7.91 KB
Binary file not shown.
217 KB
Binary file not shown.
2.43 KB
Binary file not shown.

0 commit comments

Comments
 (0)