# Generated by Cargo
# will have compiled files and executables
debug
target
benchmark_env/

#  Docs
*.md
!docs/*.md
!docs/guides/*.md
!docs/api/*.md
!docs/reference/*.md
!docs/examples/*.md
!benchmark/*.md
!examples/output/all_features_test/*.md
!CHANGELOG.md

# These are backup files generated by rustfmt
**/*.rs.bk

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb

# Generated by cargo mutants
# Contains mutation testing data
**/mutants.out*/

# Rust Analyzer
rust-analyzer/
*.so

# rust 
target/release/deps/*
target/debug/deps/*
target/release/examples/*
target/debug/examples/*
target/*

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

# C extensions
*.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/

# Translations
*.mo
*.pot

# Django stuff:
*.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

# IPython
profile_default/
ipython_config.py

# pyenv

# pipenv


# UV
uv.lock

# poetry
poetry.lock
#poetry.toml

# pdm
.pdm-python
.pdm-build/

# pixi
#   in the .venv directory. It is recommended not to include this directory in version control.
.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
.env
.envrc
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/

# pytype static type analyzer
.pytype/

# Cython debug symbols
cython_debug/



# Abstra
.abstra/

# Visual Studio Code
#  Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore 
.vscode/

# Ruff stuff:
.ruff_cache/

# PyPI configuration file
.pypirc

# Cursor
.cursorignore
.cursorindexingignore

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

# Benchmark results
benchmark_results/
test_images/

# Project specific - Puhu
# Example outputs (but keep the input images)
!examples/output/
examples/*.png
examples/*.jpg
examples/*.jpeg
examples/*.gif
examples/*.bmp
examples/*.tiff
examples/*.webp

# But keep the test images in examples/img/
!examples/img/
!examples/img/*

# Maturin specific
*.whl
.maturin-cache/

# PyO3 specific
pyo3-build-config-file.txt

# IDE files
.vscode/
.idea/
*.swp
*.swo
*~

# OS specific
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Temporary files
*.tmp
*.temp
*.bak
*.backup

# Test artifacts
test_output/

# Documentation build
docs/build/
docs/_build/

# Local configuration
.env.local
config.local.*

# Flamegraph
flamegraph.svg
perf.data*

# Criterion benchmark results
target/criterion/

# Tarpaulin coverage
tarpaulin-report.html
cobertura.xml

uv.lock
.pdm.lock
*.lock

.zen*