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

# Distribution / packaging
.Python
build/
dist/
*.egg-info/
*.egg
wheels/
pip-wheel-metadata/

# Versioning artifact from setuptools-scm
src/fastmdxplora/_version.py
shim-package/src/fastmdx/_version.py

# Test / coverage artifacts
.pytest_cache/
.coverage
htmlcov/
coverage.xml
.tox/
.cache/

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

# uv
.uv-cache/

# Editor / OS
.vscode/
.idea/
*.swp
*.swo
.DS_Store
Thumbs.db

# Documentation builds
docs/_build/
docs/build/
site/

# FastMDXplora run outputs (do not commit user data)
fastmdxplora_output_*/
