add .gitignore

This commit is contained in:
Tiago Vasconcelos 2023-02-27 17:47:43 +00:00
parent a5d6919465
commit 37e1f0d3f7

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