df6b7f61f6
- DOCUMENTATION_IMPROVEMENTS_NEEDED.md → docs/ - PUBLICATION_GUIDE_v1.0.0.md → docs/ - PUBLICATION_STATUS.md → docs/ - PYPI_PUBLISHING.md → docs/ - RELEASE_NOTES_v0.2.0.md, v0.3.0.md, v1.0.0.md → docs/ - Added build artifacts to .gitignore
33 lines
363 B
Plaintext
33 lines
363 B
Plaintext
target/
|
|
**/*.rs.bk
|
|
*.pyo
|
|
*.pyc
|
|
__pycache__/
|
|
.pytest_cache/
|
|
.coverage
|
|
htmlcov/
|
|
dist/
|
|
build/
|
|
*.egg-info/
|
|
.eggs/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
.DS_Store
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
Cargo.lock
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
wheels/
|
|
|
|
# Build artifacts
|
|
docs/source/_static/*.aux
|
|
docs/source/_static/*.log
|
|
docs/source/_static/*.toc
|
|
docs/source/theory/*.html
|
|
docs/source/theory/*.pdf
|