# --- Python Environment & Caches ---
__pycache__/
*.py[cod]
*$py.class
.venv/
venv/
ENV/
.env
.pypirc
.DS_Store
.DS_Store/

# --- Embedded development packages ---
#graphk/

# --- Build & Distribution ---
# These are generated by 'python -m build'
dist/
build/
*.egg-info
*.egg-info/
*.egg
nosetests.xml
coverage.xml
*.cover
.hypothesis/

# --- macOS System Files ---
.DS_Store
.AppleDouble
.LSOverride

# --- IDEs & Editors ---
.vscode/
.idea/
*.swp
*.swo

# --- Local  Staging ---
_wiki/
_metacodek/
sync.sh


