31 lines
289 B
Plaintext
31 lines
289 B
Plaintext
__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
|