-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
90 lines (83 loc) · 1.11 KB
/
.gitignore
File metadata and controls
90 lines (83 loc) · 1.11 KB
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
# Boilerplate
__pycache__/
_archive/
_dev/
.idea/
build/
dev/
dist/
ignored/
logs/
*~$*
*.DS_Store
*.egg-info
*.swp
MANIFEST
# Custom
.playwright-mcp/
output/
bak/
/*.json
!config/
*/cache/*
!*/cache/.keep
flag-words.txt
.ipynb_checkpoints/
*.parquet*
env/*
/venv/
junk
*/junk.json
*.ipynb
.idea
.DS_Store
backup/
.vscode/
*.code-workspace
*.dmp
.log
tmp/
temp/
# Environment files
.env
!.env.example
# Frontend
# - JS: CreateReactApp
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
node_modules
/.pnp
.pnp.js
.vite/
# testing
/coverage
/frontend/tests/e2e/output/
/frontend/playwright/.cache/
/frontend/tests/playwright/performance/*
!/frontend/tests/playwright/performance/.keep
test/_analysis/input
# production
/build
# misc
npm-debug.log*
/frontend/.yarn/*
yarn-debug.log*
yarn-error.log*
# LLM
.claude/settings.local.json
models/
# Test
playwright-report/
test-results/
test_output/
test/_infra/test_genonaut_api.sqlite3
# Infra
celerybeat-schedule.db
*.tfvars
!*.tfvars.example
.terraform/
*.tfstate
*.tfstate.backup
backend.hcl
# Load Testing
infra/load_tests/results/