# Secrets
.env

# Zensical documentation build output
/site/

# IDE/Editor
.idea/
.vscode/
.DS_Store

# Filesystem artifacts
.nfs*

# Python bytecode
__pycache__/
*.py[cod]
*$py.class
.ipynb_checkpoints/

# Virtual environments
.venv/
venv/
ENV/

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Linter/formatter caches
.ruff_cache/
.mypy_cache/

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

# SLURM output files
slurm-*
slurm*.out

# Lightning logs
lightning_logs/

# NOTE: uv.lock is NOT ignored - it should be tracked for reproducibility

checkpoints/

plot_related/

# Local-only planning docs (not for upstream)
applications/dynaclr/docs/DAGs/evaluation_matrix.md
