Files
mercadodevida/.gitignore
2026-08-17 22:23:10 +02:00

33 lines
267 B
Plaintext

# BEGIN ORQUESTRA
__pycache__/
*.pyc
.pytest_cache/
.codegraph/
.atl/
# Build artifacts
.next/
dist/
build/
*.log
# Dependencies
node_modules/
# Environment
.env
.env.local
.env.*.local
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# END ORQUESTRA