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

# C extensions
*.so

# Distribution / packaging
src/stepyard/_version.py
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

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

# Stepyard specifics
.stepyard/
.stepyard_history
runs/
logs/
.stepyard.pid
scheduler.pid
stepyard.lock

# Testing / coverage
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/

# IDE / Editor
.idea/
.vscode/
*.swp
*.swo
.DS_Store

# Static analysis
.mypy_cache/
.ruff_cache/

# Generated build / docs output
site/
report.txt
.stepyard_history
