# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.whl
MANIFEST

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

# Testing
.pytest_cache/
.coverage
htmlcov/
*.coveragerc
.tox/

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json

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

# Distribution
*.tar.gz
*.zip

# stepcast project ignores
# ─────────────────────────

# Environment / Secrets
.env.*
.stepcast/
~/.stepcast/

# Run output
runs/
*.stepcast.json

# Docs build
docs/_build/
site/

# Jupyter
.ipynb_checkpoints/
*.ipynb

# Environment files
.env
.env.local
.env.*.local
