Files
ranking/.gitignore
Frederico Castro 04f0c93a36 chore: remove arquivos locais do repositório
- Remove PDF e HTML de critérios de gerência
- Remove script start-ngrok.sh
- Adiciona arquivos ao .gitignore
2025-12-27 01:23:37 -03:00

47 lines
505 B
Plaintext

.env
docs/
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
node_modules/
.DS_Store
.vscode/
.idea/
*.log
*.csv
backend/logs/
.cache/
# LibreOffice profile (local)
.lo_profile/
# XDG config (local)
.xdg/
# Arquivos de documentação local/gerência
Ranking_ATUACAPES_Criterios_Gerencia.pdf
ranking_atuacapes_criterios_gerencia.html
# Scripts locais
start-ngrok.sh