resnet-train / .gitignore
Sreekanth Tangirala
remove pth from tracking
9c8dfb8
raw
history blame contribute delete
746 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual Environment
venv/
env/
ENV/
.env
.venv
env.bak/
venv.bak/
# PyTorch specific
*.pth
*.pt
*.pkl
*.onnx
data/
runs/
checkpoints/
# IDE specific
.idea/
.vscode/
*.swp
*.swo
.DS_Store
# Jupyter Notebook
.ipynb_checkpoints
*.ipynb
# Logs and databases
*.log
*.sqlite
wandb/
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/