CV_insectClassifier / .gitignore
diahretnoutami
Initial project commit for insect classifier
62d3e16
# File dan direktori yang dihasilkan oleh Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
venv/ # Lingkungan virtual Python (penting untuk diabaikan!)
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.venv
pip-wheel-metadata/
.tox/
.nox/
.hypothesis/
.pytest_cache/
# File editor
.vscode/ # Konfigurasi VS Code
.idea/ # Konfigurasi IntelliJ/PyCharm
*.swp
*.bak
*~
# File khusus OS
.DS_Store # macOS
Thumbs.db # Windows
Desktop.ini # Windows
# Log dan file data sementara
*.log
*.tmp
*.temp
temp/
tmp/
.coverage
.coverage.*
# Data dan model yang mungkin besar dan tidak ingin di-commit jika dihasilkan
# oleh script atau jika terlalu besar untuk Git LFS (jika tidak pakai LFS)
# Meskipun model .h5 kamu di-commit, ini adalah contoh untuk kasus lain
# *.h5
# *.pb
# checkpoint/
# Jupyter Notebook files
.ipynb_checkpoints/ # Checkpoint notebook Jupyter