# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/

# Virtual environments
.venv/
venv/

# uv
# (uv.lock IS committed)

# Environment / secrets
.env

# Test / coverage
.pytest_cache/
.coverage
htmlcov/

# Editors / OS
.idea/
.vscode/
.DS_Store

# Example output
neudata_export.json
*.export.json

# Example output
out.json
