# History / local scratch
.history/

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

# C extensions / compiled artifacts
*.so
*.pyd
*.dll
*.dylib
*.a
*.lib
*.o
*.obj
*.out
*.pdb
*.idb

# Packaging / distribution
.Python
build/
build/*
dist/
*.egg-info/
.eggs/
*.egg
*.whl
pip-wheel-metadata/

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

# Dependency / environment management
.env
.venv
uv.lock
env/
venv/
ENV/
.env.bak/
venv.bak/
.python-version

# Tool caches
.pytest_cache/
.tox/
.nox/
.mypy_cache/
.pyre/
.pytype/
ruff_cache/
.ruff_cache/
.hypothesis/

# Coverage / test reports
.coverage
.coverage.*
*.cover
*.py,cover
cover/
coverage.xml
htmlcov/
pytestdebug.log

# Profiling / performance
*.prof
.prof*

# Notebooks
.ipynb_checkpoints/
*.nbconvert.ipynb

# IDE / editor
.vscode/
.idea/
*.swp
*.swo
*.sublime-workspace
*.code-workspace
.DS_Store
.AppleDouble
.LSOverride

# CMake and native build
CMakeFiles/
CMakeCache.txt
cmake_install.cmake
Makefile
CTestTestfile.cmake
Testing/

# Submodule native build outputs
fuzzycoco/build/
fuzzycoco/bin/
fuzzycoco/lib/

# Logs / temp / misc
*.log
*.tmp
*.bak
*.old
*.swp

# Generated data / artifacts
results/
*.md.generated/
docs/_build/
.doctrees/
