Skip to content

Commit ae80339

Browse files
committed
Avoid getting blocked, restructure a bit, cleanup
Signed-off-by: Jared Ledvina <jared@techsmix.net>
1 parent 770eb5a commit ae80339

4 files changed

Lines changed: 343 additions & 237 deletions

File tree

.gitignore

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Python
2+
__pycache__/
3+
*.py[cod]
4+
*$py.class
5+
*.egg-info/
6+
.venv/
7+
venv/
8+
9+
# IDE
10+
.idea/
11+
.vscode/
12+
*.swp
13+
*.swo
14+
15+
# OS
16+
.DS_Store
17+
Thumbs.db
18+
19+
# Environment
20+
.env
21+
.env.local
22+
*.env
23+
24+
# Testing
25+
.pytest_cache/
26+
.coverage
27+
htmlcov/
28+
.mypy_cache/

0 commit comments

Comments
 (0)