# ============================================================
# Python
# ============================================================
__pycache__/
build/
dist/
pycache/
.eggs/
*.egg
*.egg-info/
*.py[cod]
*$py.class
*.so
*.whl


# ============================================================
# Virtual environments
# ============================================================
venv/
env/
.env/
.env
.env.*
.conda/
.venv/

# ============================================================
# Hatch
# ============================================================
.hatch/

# ============================================================
# IDE / editors
# ============================================================
.vscode/
.idea/
*.swp
*.swo
.DS_Store
Thumbs.db

# ============================================================
# Jupyter
# ============================================================
.ipynb_checkpoints/
*.ipynb

# ============================================================
# Testing / coverage
# ============================================================
htmlcov/
.pytest_cache/
.coverage
coverage.xml
.mypy_cache/
.ruff_cache/

# ============================================================
# HDDFlyzer runtime outputs
# (generated by the pipeline — not part of the package)
# ============================================================
/results/

# ============================================================
# MKDocs
# ============================================================
/site/


# ============================================================
# Large binary files (anywhere)
# ============================================================
*.npz
*.pkl
*.npy

# ============================================================
# Misc
# ============================================================
*.log
*.tmp
*.bak


# ============================================================
# Manuals and commands (not part of the package)
# ============================================================
__manual.md
__commands.txt
__roadmap.md