# --- Core Python ---
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.installed.cfg
*.egg
*.manifest
*.spec

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

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

# --- Testing & Code Quality ---
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/

# --- Modern Tooling (2026 Standards) ---
# Ruff (Linter/Formatter cache)
.ruff_cache/

# MyPy (Type checking cache)
.mypy_cache/
.dmypy.json
dmypy.json

# Hatch (Build artifacts)
.hatch/

# --- Documentation ---
# Sphinx
docs/_build/
# MkDocs
/site

# --- Jupyter Notebooks ---
.ipynb_checkpoints
profile_default/
ipython_config.py

# --- Environments ---
# Note: We do NOT ignore uv.lock. Commit it!
.env
.venv
env/
venv/
ENV/

# --- IDEs & Editors ---
# VS Code (User settings)
.vscode/
# PyCharm
.idea/
# Spyder
.spyderproject
.spyproject
# Rope
.ropeproject

# --- OS Generated Files (Windows/Mac) ---
Thumbs.db
Desktop.ini
.DS_Store