Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
gitignore
# Virtual environment
venv/
env/
ENV/
.venv/
.virtualenv/

# Python cache files
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.coverage
.coverage.*
*.cover


# IDE settings
.vscode/
.idea/
*.swp
*.swo
.DS_Store

# Distribution files
dist/
build/
*.egg-info/

# Environment variables
.env
Empty file removed __init__.py
Empty file.
2 changes: 2 additions & 0 deletions htmlcov/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

211 changes: 211 additions & 0 deletions htmlcov/class_index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading