# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual environments
.venv/
venv/
ENV/
env/
.env

# UV
.uv/

# Testing
.pytest_cache/
.coverage
.coverage.*
coverage.xml
*.cover
.hypothesis/
.tox/
htmlcov/
coverage.json

# Type checking
.mypy_cache/
.ruff_cache/
.dmypy.json
dmypy.json
.pytype/

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Documentation
docs/_build/
docs/.doctrees/
.mkdocs_cache/
CHANGELOG.md
sample_outputs/

# Jupyter
.ipynb_checkpoints/
*.ipynb

# Logs
*.log

# Temporary files
tmp/
temp/
*.tmp

# local build
site/
src/dspu/_version.py
