# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual environments
venv/
env/
.venv/
ENV/
env.bak/
venv.bak/
.python-version

# PyInstaller
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover

# Pytest
.pytest_cache/

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/

# pylint
pylint-report.txt
pylint-global.txt

# Bandit
bandit.json

# PyCharm / VSCode
.idea/
.vscode/
*.code-workspace

# Jupyter Notebook
.ipynb_checkpoints

# macOS
.DS_Store

# Windows
Thumbs.db
ehthumbs.db
Desktop.ini

# VS Code
.vscode/

# ruff
.ruff_cache

# Editor backups
*~
*.swp
*.swo

# Pytorch intermediate files
*.pth 
!latest.pth

# Files generated during testing
DeepSDFStruct/trained_models/test_experiment/**/latest.pth
DeepSDFStruct/trained_models/test_experiment_hierarchical/**/latest.pth
DeepSDFStruct/trained_models/test_experiment/**/Logs.png
DeepSDFStruct/trained_models/test_experiment_hierarchical/**/Logs.png
DeepSDFStruct/trained_models/**/Reconstructions/*
training_data
tests/tmp_outputs
*.vtk

# doc temp files
docs/_build
docs/source/generated

# work in progress files
wip
examples
reconstruction
todo

# confidential files
confidential*

# slurm files
slurm-*.out

# intermediate model runs
mlruns