diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..10a11d5 --- /dev/null +++ b/.gitignore @@ -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 \ No newline at end of file