File tree Expand file tree Collapse file tree 1 file changed +28
-22
lines changed
Expand file tree Collapse file tree 1 file changed +28
-22
lines changed Original file line number Diff line number Diff line change 1- # Specify files that shouldn't be modified by Fern
2-
3-
4- ## Custom code
5-
6- src/humanloop/evals
7- src/humanloop/prompt_utils.py
8- src/humanloop/path_utils.py
1+ # Files and directories that should not be modified by Fern
2+ # Fern is an OpenAPI SDK generator that automatically creates and updates SDK code
3+ # from our OpenAPI specification. This file controls which files are excluded from
4+ # Fern's auto-generation process to prevent overwriting custom implementations.
5+
6+ ## Core SDK Implementation
7+ # Custom implementation files that should not be auto-generated by Fern
8+ # These files contain our custom logic and should be manually maintained
99src/humanloop/client.py
10- src/humanloop/overload.py
1110src/humanloop/context.py
11+ src/humanloop/decorators/
1212src/humanloop/error.py
13+ src/humanloop/evals/
14+ src/humanloop/otel/
15+ src/humanloop/overload.py
16+ src/humanloop/path_utils.py
17+ src/humanloop/prompt_utils.py
18+ src/humanloop/sync/
19+ src/humanloop/cli/
20+
21+ ## Development Tools
22+ # Configuration and tooling files
1323mypy.ini
14- README.md
15- src/humanloop/decorators
16- src/humanloop/otel
17- src/humanloop/sync
18- src/humanloop/cli
1924pytest.ini
2025
21- ## Tests
26+ ## Documentation
27+ # Documentation files that should be manually maintained
28+ README.md
2229
23- tests/custom
30+ ## Testing
31+ # Custom test implementations
32+ tests/custom/
2433tests/__init__.py
2534
26- ## CI
27-
28- .github/workflows/ci.yml
29-
30- ## Config
31-
35+ ## Version Control and CI
36+ # Version control and CI configuration
3237.gitignore
38+ .github/workflows/ci.yml
You can’t perform that action at this time.
0 commit comments