commit f9367860882191b81093d9e585442cd31811e4d2 Author: “Naeel” Date: Sat Jun 27 12:41:25 2026 +0400 init: .gitignore для contracts-flask diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3577007 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +__pycache__/ +*.pyc +.env +venv/ +.venv/ +logs/ +*.log