-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
41 lines (33 loc) · 957 Bytes
/
Copy path.gitignore
File metadata and controls
41 lines (33 loc) · 957 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
/target
target-baseline*/
**/target-baseline*/
/Cargo.lock.bak
**/*.rs.bk
# Editor caches
.idea/
.vscode/
*.swp
*.swo
.DS_Store
# alint runtime caches
.alint-cache/
# Internal planning docs (kept locally, not published).
# The public-facing design docs live in docs/design/.
/PROPOSAL.md
/PROPOSAL-AGENTS.md
# Marketing tracking + drafts moved to private asamarts/alint.org repo
# at marketing/. Do not re-track here — strategy isn't appropriate to
# publicly expose.
/docs/marketing/
# Self-hosted runner credentials (copied from ci/env.example and filled in).
/ci/.env
# Claude Code workspace artifacts (scheduled task locks, etc).
.claude/
# Local env files (e.g. CARGO_REGISTRY_TOKEN for one-off publishes).
# Never committed — secrets-scanning push-protection blocks anyway.
.env
.env.*
# Python bytecode cache from the xtask/scripts/*.py helpers
# (e.g. render-history.py) — regenerated on every run, never committed.
__pycache__/
*.pyc