From 6bfb634a0c37080b67b80da00c6d99fd22c11569 Mon Sep 17 00:00:00 2001 From: Ivan Vetrov Date: Wed, 15 Apr 2026 13:58:25 +0300 Subject: [PATCH] first commit: add README and gitignore --- .gitignore | 11 +++++++++++ README.md | 1 + 2 files changed, 12 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6a937b0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +__pycache__/ +*.pyc +*.pyo +*.pyd +.pytest_cache/ +*.log +venv/ +.idea/ +.DS_Store +data/ +docs/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..8d1c8b6 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +