Files
coding-agent-gitea/.gitignore
T
meeks ae4e2d46ac refactor: replace Any types with specific types and update bad_code.md
- Replace Any with object or specific types across codebase
- Add ReviewRequest dataclass for PR review payloads
- Update bad_code.md: mark 5.1 (Any Type Overuse) as resolved
- Fix summary table with accurate counts and unresolved issues list
2026-07-19 15:35:17 +02:00

32 lines
297 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
.aider*