Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
56 lines (48 loc) · 1017 Bytes

File metadata and controls

56 lines (48 loc) · 1017 Bytes
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
50
51
52
53
54
55
56
# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
*.egg
.eggs/
# Virtual environments
venv/
.venv/
env/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Environment
.env
.env.local
# Logs
*.log
logs/
# Models (don't commit multi-GB model weight files)
# Ignore the data directory but keep the Python package
models/
!ainode/models/
*.bin
*.safetensors
*.gguf
# Ops (internal runbooks, session logs — not for public repo).
# Named-convention whitelist: files matching *-verification.md under
# ops/runbooks/ are explicitly public — they're the audit trail for
# release verification and belong in git. Everything else stays private.
# Note: git cannot re-include files whose parent directory is excluded,
# so we exclude ops/* (contents) rather than ops/ (dir) and re-include
# the runbooks dir, then exclude its contents, then re-include the
# naming-convention whitelist.
ops/*
!ops/runbooks/
ops/runbooks/*
!ops/runbooks/*-verification.md
# Node (for web UI)
node_modules/
Morty Proxy This is a proxified and sanitized view of the page, visit original site.