# Byte-compiled / optimized / DLL files
# C extensions
# Distribution / packaging
__pycache__/
*.py[codz]
*$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
# 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/


# Translations
*.mo
*.pot

# Django stuff
*.log
!examples/math-poc/reference_output.log
!examples/math-poc/reference_output_vllm.log
local_settings.py
db.sqlite3
db.sqlite3-journal

# Flask stuff
instance/
.webassets-cache

# Scrapy stuff
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
.pybuilder/
target/

# Jupyter Notebook
.ipynb_checkpoints
.ipynb_checkpoints/
*.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
# For a library or package, you might want to ignore these files since the code is
# intended to run in multiple environments; otherwise, check them in:
# .python-version

# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that do not work, or not
# install all needed dependencies.
#Pipfile.lock

# UV
# Similar to Pipfile.lock, it is generally recommended to include uv.lock in version control.
# This is especially recommended for binary packages to ensure reproducibility, and is more
# commonly ignored for libraries.
#uv.lock

# poetry
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
# This is especially recommended for binary packages to ensure reproducibility, and is more
# commonly ignored for libraries.
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
#poetry.lock
#poetry.toml

# pdm
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
# pdm recommends including project-wide configuration in pdm.toml, but excluding .pdm-python.
# https://pdm-project.org/en/latest/usage/project/#working-with-version-control
#pdm.lock
#pdm.toml
.pdm-python
.pdm-build/

# pixi
# Similar to Pipfile.lock, it is generally recommended to include pixi.lock in version control.
#pixi.lock
# Pixi creates a virtual environment in the .pixi directory, just like venv module creates one.
.pixi

# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
__pypackages__/

# Celery stuff
celerybeat-schedule
celerybeat.pid

# SageMath parsed files
*.sage.py

# Environments and local settings
.env
**/.env
.env.local
*.env.local
.envrc
.local/
.venv
.venv/
.venv.bak/
env/
venv/
ENV/
env.bak/
venv.bak/
.claude/
auto_docs/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy / pyright / pyre / pytype
.mypy_cache/
.dmypy.json
dmypy.json
.pyright/
.pyre/
.pytype/

# Cython debug symbols
cython_debug/

# Abstra
# Abstra is an AI-powered process automation framework.
# Ignore directories containing user credentials, local state, and settings.
# Learn more at https://abstra.io/docs
.abstra/

# Ruff stuff
.ruff_cache/

# PyPI configuration file
.pypirc

# Cursor
# Cursor ignore files can contain local/sensitive context selection.
.cursorignore
.cursorindexingignore

# Marimo
marimo/_static/
marimo/_lsp/
__marimo__/

# Runtime logs and generated outputs
logs/
examples/*/logs/
.vscode/examples/math-poc/logs/
artifacts/
publicartifacts/
checkpoints/
wandb/
runs/
outputs/
mlruns/
*.ckpt
*.pt
*.pth
*.bin
*.safetensors

# Data not maintained in the repo
examples/calc_x/data/
!examples/calc_x/data/sample.jsonl
examples/calc_x/logs/

# Site/build output
site/
public/

# Archives / packaged artifacts
*.zip
*.tar
*.tar.gz
*.tgz
*.tar.bz2
*.tar.xz
*.7z

# Editor / OS
.vscode/
.idea/
.DS_Store
**/.DS_Store
*.swp
*.swo
*~

# Local example datasets
examples/**/*dataset*.jsonl
examples/**/subset*.jsonl
examples/**/verified_*.jsonl

# SWE-smith rollout stats
examples/swe_smith/rollout_stats.json
