# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
*.pyc

# C extensions
*.so

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

# PyInstaller
*.manifest
*.spec

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

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# MyPy & Linters
.mypy_cache/
.dmypy.json
dmypy.json
.ruff_cache/

# NOMTP Local Runtime Artifacts & Temporary State (Root-level only)
/storage/
/storage_test/
/client_test_data/
/.nomtp-state/
/.nomtp_staging/
*.part
*.nomtp.part
.staging_*

# VitePress & Node.js
node_modules/
docs/.vitepress/dist/
docs/.vitepress/cache/
site/

# IDE / Editor specific files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
Thumbs.db
