chore: initial commit

This commit is contained in:
Vlad Stan 2023-02-23 09:34:14 +02:00
parent d504146f91
commit 0cc5c59a73

24
.gitignore vendored Normal file
View file

@ -0,0 +1,24 @@
.DS_Store
._*
__pycache__
*.py[cod]
*$py.class
.mypy_cache
.vscode
*-lock.json
*.egg
*.egg-info
.coverage
.pytest_cache
.webassets-cache
htmlcov
test-reports
tests/data/*.sqlite3
*.swo
*.swp
*.pyo
*.pyc
*.env