-
Notifications
You must be signed in to change notification settings - Fork 454
Expand file tree
/
Copy path.gitignore
More file actions
91 lines (75 loc) · 1.1 KB
/
Copy path.gitignore
File metadata and controls
91 lines (75 loc) · 1.1 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
91
# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.eggs/
*.egg
.venv/
venv/
env/
# Node
node_modules/
frontend/dist/
*.tsbuildinfo
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Environment
.env
.env.local
.env.*.local
# Neo4j
neo4j/data/
neo4j/logs/
neo4j/plugins/
# Docker
docker-compose.override.yml
# OS
.DS_Store
Thumbs.db
# Testing
.coverage
htmlcov/
.pytest_cache/
.mypy_cache/
.ruff_cache/
# Data files (too large for git)
*.csv
!docs/source_registry_br_v1.csv
!docs/release/public_boundary_matrix.csv
*.tsv
*.parquet
*.dbc
*.zip
*.gz
!etl/tests/fixtures/**/*.csv
# CNPJ data directories (keep .gitkeep only)
data/cnpj/raw/*
data/cnpj/extracted/*
data/cnpj/reference/*
!data/cnpj/**/.gitkeep
# Audit artifacts
audit-results/
scripts/audit-prompts/
# Screenshots and images (large binary files)
*.png
!docs/brand/wtg-header.png
# Local report artifacts in repository root
/*.pdf
/*.html
# Playwright MCP cache
.playwright-mcp/
# Claude plans
.claude/plans/
# Data directories (downloaded datasets)
data/comprasnet/
data/rais/
data/tse/
# Local MCP runtime config (keep example only)
.mcp.json