Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mtouzot committed Oct 20, 2021
0 parents commit b6df963
Show file tree
Hide file tree
Showing 3 changed files with 713 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Environments
.idea
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Tests coverage
tests/junit/
tests/coverage/
.coverage
.pytest_cache

# Docs
build
Loading

0 comments on commit b6df963

Please sign in to comment.