F-Lite / .gitignore
ideprado's picture
F-lite first trial
5260f7d
raw
history blame contribute delete
621 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
MANIFEST
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# Distribution / packaging
.Python
env/
.coverage
htmlcov/
# IDE specific files
.idea/
.vscode/
*.swp
*.swo
.DS_Store
# Jupyter Notebook
.ipynb_checkpoints
# ML specific
*.onnx
*.pt
*.pth
*.bin
*.h5
*.hdf5
runs/
wandb/
checkpoints/
outputs/
logs/
models/
# Project specific
.pytest_cache/
.coverage
htmlcov/
# Large media files
*.mp4
*.tiff
*.avi
*.flv
*.mov
*.wmv