buildx
.DS_Store
BPTK_Py/.DS_Store
*.DS_Store
.eggs/
*.*pyc
*__pycache
*.csv
*.log
results/
venv
.idea/
.ipynb_checkpoints/
.vscode
dist/
*.egg-info
build/
_build
test*.ipynb
.env
.claude
tests/state
/state
.mypy_cache/
.pytest_cache/

# Rust engine build artifacts
target/
Cargo.lock
BPTK_Py/_rust_engine*.so
BPTK_Py/_rust_engine*.pyd

# Generated Python files from XMILE compiler
# XMILE models (*.stmx) are compiled to Python during tests
tests/test_models/*.py