-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy path.gitignore
More file actions
68 lines (57 loc) · 827 Bytes
/
.gitignore
File metadata and controls
68 lines (57 loc) · 827 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
59
60
61
62
63
64
65
66
67
68
# Dependências
node_modules/
__pycache__/
*.pyc
.pytest_cache/
# Lock files
package-lock.json
bun.lock
# Estado local (regenerável)
.evolve/
.evidence/
.evolve/
.evolve/ecosystem-state.json.gz
.evolve/state.db
.evolve/state.db-wal
.evolve/state.db-shm
.evolve/ecosystem-observability.jsonl
.evolve/bridge.log
.evolve/evolve.log
_reversa_sdd/
# Banco de dados local
database.db
database.db-shm
database.db-wal
data/
# Temporários
.tmp/
temp/
*.tmp
*.log
# Arquivos temporários do pytest (AppData/Temp)
pytest-alt/
pytest-*/
**/pytest-alt/
**/pytest-*/
UsersmarceAppDataLocalTemp*/
# Artefatos de sessão
.opencodeignore
smart-title.jsonc
pytest.ini
# Ambiente
.env
.env.local
.env.*.local
# Playwright
.playwright-mcp/
# Arquivos grandes
*.pdf
*.zip
*.gz
# OS
Thumbs.db
Desktop.ini
.DS_Store
# IDE
.vscode/
.idea/