# ============================================
# Minimal .gitignore for fs-tree-spec project
# ============================================

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

# Build artifacts
build/
dist/
*.egg-info/
*.egg
.eggs/

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

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# IDE / editor configs
.vscode/
.idea/
*.swp
*.swo

# macOS / system files
.DS_Store
Thumbs.db

# Test / coverage outputs
.coverage
htmlcov/
.pytest_cache/
.tox/
.mypy_cache/

# Optional cache / plan output
_demo_*/
_plan_*/

# Local test artifacts
*.log
*.tmp
explore.ipynb
explore.py
