-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.fernignore
More file actions
38 lines (33 loc) · 1.05 KB
/
.fernignore
File metadata and controls
38 lines (33 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Files and directories that should not be modified by Fern
# Fern is an OpenAPI SDK generator that automatically creates and updates SDK code
# from our OpenAPI specification. This file controls which files are excluded from
# Fern's auto-generation process to prevent overwriting custom implementations.
## Core SDK Implementation
# Custom implementation files that should not be auto-generated by Fern
# These files contain our custom logic and should be manually maintained
src/humanloop/client.py
src/humanloop/context.py
src/humanloop/decorators/
src/humanloop/error.py
src/humanloop/evals/
src/humanloop/otel/
src/humanloop/overload.py
src/humanloop/path_utils.py
src/humanloop/prompt_utils.py
src/humanloop/sync/
src/humanloop/cli/
## Development Tools
# Configuration and tooling files
mypy.ini
pytest.ini
## Documentation
# Documentation files that should be manually maintained
README.md
## Testing
# Custom test implementations
tests/custom/
tests/__init__.py
## Version Control and CI
# Version control and CI configuration
.gitignore
.github/workflows/ci.yml