feat: add .gitignore to exclude Python cache, virtual environments, logs, and OS metadata

This commit is contained in:
Rizqi 2026-06-21 12:27:40 +07:00
parent 5b8d96f1e0
commit c9eb1d37ee
4 changed files with 19 additions and 0 deletions

19
.gitignore vendored Normal file
View File

@ -0,0 +1,19 @@
# Python bytecode caches
__pycache__/
*.py[cod]
*$py.class
# Virtual environments
venv/
.venv/
env/
ENV/
# Project-specific paths
jobs/
logs/
*.log
# OS metadata
.DS_Store
Thumbs.db

Binary file not shown.