# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
.venv/
venv/
env/
.env

# Distribution / packaging
.Python
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
MANIFEST

# Testing
.tox/
.nox/
.coverage
.coverage.*
htmlcov/
.pytest_cache/
*.cover
*.py,cover

# Mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Ruff
.ruff_cache/

# IDEs
.vscode/
.idea/
*.swp
*.swo

# macOS
.DS_Store
.AppleDouble
.LSOverride

# Excel temp files
~$*.xlsx
~$*.xls

# Jupyter
.ipynb_checkpoints/
*.ipynb

# Logs
*.log
logs/

# Local dev
*.local

# Generated output files (solver results and test artifacts — not examples)
*_optimized.xlsx
*_result.xlsx
*_output.xlsx
*_template.xlsx

# Solver / HiGHS artifacts
*.lp
*.mps
*.sol

# Claude Code
.claude/
