chore: clean up .gitignore, remove cached files from tracking

This commit is contained in:
Dev Agent
2026-05-19 15:58:45 +03:00
parent 95072e000f
commit 3116ae67bb
16 changed files with 6 additions and 7 deletions

6
.gitignore vendored
View File

@@ -1 +1,7 @@
.env
.venv/
__pycache__/
*.pyc
data/
*.db
.pytest_cache/

View File

@@ -1 +0,0 @@
python3

View File

@@ -1 +0,0 @@
/usr/bin/python3

View File

@@ -1 +0,0 @@
python3

View File

@@ -1 +0,0 @@
lib

View File

@@ -1,3 +0,0 @@
home = /usr/bin
include-system-site-packages = false
version = 3.10.12

Binary file not shown.

Binary file not shown.

Binary file not shown.