.git/
.gitignore
.gitattributes

.pytest_cache/
.mypy_cache/
.pyright/
.ruff_cache/
__pycache__/
*.pyc
*.pyo
*.pyd
*.egg-info/
*.egg
build/
dist/
wheels/

.vscode/
.idea/
.DS_Store
Thumbs.db

DEBIAN/
debian/
completions/
man/
docs/
.claude/

tests/
**/tests/

examples/
*.png
*.jpg
*.bmp
!src/stegx/data/*.zstd

plans/
memory/

.github/
