forked from ChelseaKR/queer-the-stacks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
37 lines (32 loc) · 902 Bytes
/
Copy path.gitignore
File metadata and controls
37 lines (32 loc) · 902 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
# Python
__pycache__/
*.py[cod]
.venv/
*.egg-info/
.mypy_cache/
.ruff_cache/
.pytest_cache/
.coverage
htmlcov/
# Reading data is SENSITIVE and local-first — snapshots of your real libraries
# and any derived app state are never committed (privacy: it can out a reader).
data/*.db
data/*.sqlite
data/*.sqlite3
data/demo/
snapshots/
# Secrets — kosync keys / API tokens live in the environment / .env, never source
.env
*.secret
# Generated a11y raw dumps are not committed; the curated audit md/html are.
docs/audits/pa11y-raw.json
node_modules/
# Perf/Lighthouse gate raw dumps (scripts/perf-smoke.sh, `make lighthouse`) are
# not committed; the curated aggregated perf_stats.csv summary is.
docs/audits/perf_stats_history.csv
docs/audits/perf_failures.csv
docs/audits/perf_exceptions.csv
docs/audits/lighthouse/
.lighthouseci/
# runtime-fetched portfolio-standards (never commit)
.standards/