36 lines
355 B
Plaintext
36 lines
355 B
Plaintext
# Reference codebase
|
|
heroic-gogdl-main/
|
|
|
|
# Environment and secrets
|
|
.env
|
|
|
|
# AI agent documentation (not for commit per AGENTS.md)
|
|
AGENTS.md
|
|
CLAUDE.md
|
|
DESIGN_DOCUMENT.md
|
|
|
|
# Python
|
|
.venv/
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
|
|
# Type checking
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
|
|
# Testing
|
|
.pytest_cache/
|
|
|
|
# Build
|
|
dist/
|
|
build/
|
|
*.egg-info/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Logs
|
|
logs/ |