| # OktoScript - Files to ignore | |
| # Internal documentation (not for public GitHub) | |
| ENV_BLOCK_SUMMARY.md | |
| ARQUIVOS_ATUALIZADOS_*.txt | |
| MUDANCAS_*.txt | |
| # Build artifacts | |
| __pycache__/ | |
| *.pyc | |
| *.pyo | |
| *.pyd | |
| .Python | |
| # IDE | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| *~ | |
| # OS | |
| .DS_Store | |
| Thumbs.db | |
| # Logs | |
| *.log | |
| # Temporary files | |
| *.tmp | |
| *.temp | |