Tru_Image_Classifier / .gitignore
Jatin-tec
Add application file
65d7391
raw
history blame contribute delete
434 Bytes
# Python artifacts
__pycache__/
*.py[cod]
*.so
# Virtual environments
.venv/
venv/
ENV/
env/
.env
.env.*
# Packaging / build outputs
build/
dist/
*.egg-info/
# Testing and type checking caches
.pytest_cache/
.mypy_cache/
.pytype/
.ruff_cache/
.coverage
coverage.xml
# Jupyter
.ipynb_checkpoints/
# Editor and OS cruft
.vscode/
.idea/
*.swp
.DS_Store
# Logs
*.log
# Docker scratch space
test_docker/data/
test_docker/data_out/