-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
49 lines (37 loc) · 770 Bytes
/
Copy path.gitignore
File metadata and controls
49 lines (37 loc) · 770 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
44
45
46
47
48
49
# Secrets and keys
.env
.env.*
*.pem
*.key
test.py
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
.venv.stale*
# UV lock
uv.lock
# Testing
.pytest_cache/
.mypy_cache/
.ruff_cache/
# Generated models (build artifact, not committed)
kalshi/_generated/models.py
# Note: specs/openapi.yaml AND specs/asyncapi.yaml are both committed as
# pinned snapshots for deterministic PR builds + correct drift detection.
.gitnexus
# MkDocs build output
site/
# OS noise
**/.DS_Store
# Internal planning / audit scratch (kept local, not part of the public repo)
.planning/
# Agent worktrees (claude-code's isolation: "worktree" mode)
.claude/worktrees/
# Multi-LLM review outputs (scripts/llm_review.py)
reviews/