oktoscript / .gitignore
OktoSeek's picture
Upload 48 files
5fc8c9d verified
raw
history blame contribute delete
312 Bytes
# 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