48 lines
509 B
Plaintext
48 lines
509 B
Plaintext
node_modules
|
|
dist
|
|
.git
|
|
*.zip
|
|
*.log
|
|
.env
|
|
.replit
|
|
replit.nix
|
|
.cache
|
|
.config
|
|
.upm
|
|
|
|
# MetaSet - Apache Superset source code (não necessário para build do app principal)
|
|
server/bi/metaset/superset-src/
|
|
server/bi/metaset/venv/
|
|
|
|
# Python cache
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.Python
|
|
*.so
|
|
|
|
# Logs e dados
|
|
data/
|
|
logs/
|
|
*.log
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Testes
|
|
.pytest_cache/
|
|
.playwright-mcp/
|
|
coverage/
|
|
|
|
# Docker
|
|
.docker/
|
|
|
|
# Outros - exceto attached_assets que são necessários
|
|
*.md
|
|
!attached_assets/
|
|
docs/
|