-
Notifications
You must be signed in to change notification settings - Fork 182
Expand file tree
/
Copy path.fernignore
More file actions
43 lines (34 loc) · 816 Bytes
/
.fernignore
File metadata and controls
43 lines (34 loc) · 816 Bytes
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
39
40
41
42
43
# Specify files that shouldn't be modified by Fern
# Fern metadata
.fern/
# ManagementClient wrapper
src/auth0/management/management_client.py
src/auth0/management/token_provider.py
tests/management/
# Documentation
v5_MIGRATION_GUIDE.md
CHANGELOG.md
# Authentication API (copied from auth0-python, not Fern-generated)
src/auth0/authentication/
tests/authentication/
# Root auth0 __init__.pys
src/auth0/__init__.py
src/auth0/management/__init__.py
# Telemetry customization (Auth0 format with dynamic versioning)
src/auth0/management/core/client_wrapper.py
# Files edited to incorporate both APIs
pyproject.toml
poetry.lock
requirements.txt
README.md
.gitignore
.version
# Configuration files
.codecov.yml
.readthedocs.yaml
.semgrepignore
.shiprc
.snyk
LICENSE
# GitHub workflows and configuration
.github/