add gitignore file

This commit is contained in:
admin.suherdy 2025-11-24 15:15:17 +07:00
parent 903e481017
commit 16e8155c23

34
.gitignore vendored Normal file
View File

@ -0,0 +1,34 @@
# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
# Test coverage
coverage/
.coverage
htmlcov/
# IDE files
.vscode/
.idea/
*.swp
*.swo
*~
# OS files
.DS_Store
Thumbs.db
# Logs
*.log
# Documentation that's development-only
*_SUMMARY.md
*_VERIFICATION.md
*_README.md
*_GUIDE.md
*_NOTES.md
*_EXAMPLE.md
CHECKPOINT_*.md
TASK_*.md