commit 6bfb634a0c37080b67b80da00c6d99fd22c11569 Author: Ivan Vetrov Date: Wed Apr 15 13:58:25 2026 +0300 first commit: add README and gitignore 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 @@ +