Refactor code structure for improved readability and maintainability

This commit is contained in:
mi222eh
2026-07-06 21:37:20 +02:00
parent 6ca6a5687a
commit 5f35f56edc
48 changed files with 8128 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
venv/
ENV/
.env
.venv
pytest*.log
.coverage
htmlcov/
.mypy_cache/
.pytest_cache/
logs/
*.egg-info/
agent_state.json
ai-electronbun-todo-app/
test_connection.py