-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy path.gitignore
More file actions
49 lines (46 loc) · 986 Bytes
/
.gitignore
File metadata and controls
49 lines (46 loc) · 986 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
__pycache__/
./data/
./demo/
.cache/
.claude/
.env
.mypy_cache/
.pgdata/
.pytest_cache/
.ruff_cache/
.venv/
*.egg
*.egg-info/
*.pkl
*.py[cod]
*DS_Store
# `postgres` service). Persists across container deletes so the DB
# Buffer (processed by API scanner)
# Caches
# Generated artifacts (rebuilt by run.py)
# indexer daemon). Real prod logs live in the systemd journal.
# Large researcher feeds (regenerable via scripts/fetch_*.py)
# Node
# Operator logs from local-only scripts (twitter feeder, sync,
# OS
# outlives the Docker container. Never commit.
# Postgres data directory (bind-mounted by docker-compose.yml's
# Python
# Rust build output
# Search index (rebuilt by API)
api/target/
buffer/
data/people/csrankings.csv
data/people/sem_scholar_authors.csv
embeddings/target/
indexes/
logs/
models/
node_modules/
tag_tree.txt
tree/
web/img/bg-light.jpg
# pg_dump archives from `make prod-db-dump`
backups/
# Raw screen-recording exports (compressed copies live in web/img/)
gif/