DynamisLab/.gitignore
2026-06-09 18:46:59 +08:00

97 lines
857 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
# Distribution / packaging
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# PyInstaller
*.manifest
*.spec
# Unit test / coverage
htmlcov/
.tox/
.coverage
.coverage.*
.cache
.pytest_cache/
nosetests.xml
coverage.xml
*.cover
.hypothesis/
# Jupyter Notebook
.ipynb_checkpoints
# pyenv
.python-version
# Environments
.env
.venv
# env/
venv/
ENV/
env.bak/
venv.bak/
# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Project-specific outputs
models/
!models/.gitkeep
output/
!output/.gitkeep
tensorboard/
!tensorboard/.gitkeep
# Data files (large datasets)
*.pkl
*.h5
*.hdf5
*.npz
# Logs
*.log
# Temporary files
*.tmp
*.bak
# CUDA
*.ptx
*.cubin
# macOS
.DS_Store
.AppleDouble
.LSOverride
ref/
docs/
ParaView/