summaryrefslogtreecommitdiff
path: root/.gitignore
blob: f1c98990f9e39b553d23bad0a7691fd4187f92c3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Preparatory/design/research material — kept local, NOT published:
# the design spec, brainstorming notes, and copyrighted normative-source scans.
docs/

# OCaml / dune build artifacts
_build/
_opam/
*.install
*.merlin

# OS / editor cruft
.DS_Store
*~
*.swp

# Python -- tools/check_citations.py and its self-test are run directly
# (not installed as a package), so this is the only Python artefact the
# repo ever produces.
tools/__pycache__/

# Superpowers/agent working artifacts: research reports, SDD ledgers and
# review packages. Local-only, same reasoning as docs/.
.superpowers/