From 0cc5c59a737f24cd16c100719f11ccd994fc81d6 Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Thu, 23 Feb 2023 09:34:14 +0200 Subject: [PATCH] chore: initial commit --- .gitignore | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .gitignore 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