forked from FuzzyGrim/Yamtrack
-
-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy path.gitignore
More file actions
58 lines (49 loc) · 952 Bytes
/
Copy path.gitignore
File metadata and controls
58 lines (49 loc) · 952 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
50
51
52
53
54
55
56
57
58
__pycache__
*.pyc
*.egg-info/
.env
.coverage*
venv
src/staticfiles
src/db/db.sqlite3
db.sqlite3-shm
db.sqlite3-wal
.DS_Store
.vscode/launch.json
.agents
AGENTS.md
CLAUDE.md
.claude/settings.local.json
requests.http
TODO.txt
.codex
# Local dev-only
.env.dev
docker-compose.dev.yml
db-dev/
src/local_serve.py
# Local dev DB
db/
# Runtime log file (see LOG_DIR in config/settings.py)
src/logs/
# Retired Tailwind output path; main.css is the canonical compiled asset.
src/static/css/tailwind.css
docs/upstream-review.md
# Pinned tailwindcss CLI (see package.json) — keeps generated main.css reproducible
node_modules/
# Brand masters are kept outside the repo; only the web-sized derivatives
# under docs/brand/ and src/static/img/ are committed.
docs/brand/*-source.png
.venv/
# Worktrees
.worktrees/
worktrees/
# Antigravity Superpowers Docs
docs/superpowers/
# Local dev
.env.web-dev
.flatpak-builder/
.gstack/
.worktrees/
desktop/
dump.rdb