mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
24 lines
293 B
Plaintext
24 lines
293 B
Plaintext
# NodeJS
|
|
frontend/node_modules
|
|
|
|
# Configuration (except pyproject.toml)
|
|
*.ini
|
|
*.toml
|
|
!pyproject.toml
|
|
*.yml
|
|
|
|
# Documentation (except README.md)
|
|
*.md
|
|
!README.md
|
|
|
|
# Hidden files and directories
|
|
.*
|
|
__pycache__
|
|
|
|
# Unneded files and directories
|
|
/dev_config/
|
|
/docs/
|
|
/evaluation/
|
|
/tests/
|
|
CITATION.cff
|