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

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

# PyInstaller
*.manifest
*.spec

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

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# mypy / ruff / type checkers
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
.pytype/
.ruff_cache/

# Jupyter
.ipynb_checkpoints
*.ipynb_checkpoints/

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

# OS
.DS_Store
Thumbs.db
desktop.ini

# pm4py-mcp workspace artifacts (derived PNG/SVG/reports)
workspace/
.pm4py-mcp/

# Event-log samples that shouldn't be committed (large)
*.xes
*.xes.gz
*.jsonocel
*.xmlocel
*.sqlite
!examples/**/*.xes
!examples/**/*.jsonocel

# Benchmark logs are downloaded on demand via scripts/download_benchmark_logs.py
# — they're public datasets, no need to vendor copies in the repo
examples/benchmarks/*.xes
examples/benchmarks/*.xes.gz
examples/benchmarks/*.jsonocel
examples/benchmarks/*.sqlite
!examples/benchmarks/.gitkeep

# Secrets
*.key
*.pem
.envrc

# Local AI assistant context — not published
CLAUDE.md
