__pycache__
.venv

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

# C extensions
*.so

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

# PyInstaller
#  Usually these files are written by a python script from a template
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

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

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

# Translations
*.mo
*.pot

# Django stuff:
#*.log
local_settings.py

# Flask instance folder
instance/

# Sphinx documentation
docs/_build/

# MkDocs documentation
/site/

# PyBuilder
target/

# Pycharm and VSCode
.idea/
venv/

# IPython Notebook
.ipynb_checkpoints

# OS
.DS_Store

# written by setuptools_scm
**/_version.py
01 - data mining/.~lock.data.xlsx#
results/
_eda/
.latex-preview-cache
catboost_info/
*.log
.claude/next-promt.md


# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
env/
*.egg-info/
dist/
build/
.eggs/
.ruff_cache/

# Environment & Secrets
.env
.env.local
*.pem

# Testing & Coverage
.pytest_cache/
.coverage
htmlcov/
coverage.xml

# IDE
.vscode/
.idea/
*.swp
*.swo
*.code-workspace

# OS
.DS_Store
Thumbs.db

# Jupyter
.ipynb_checkpoints/
*.ipynb

# Data & Outputs (projektspezifisch anpassen)
# data/raw/
# output/
# *.db
.claude/settings.json
.temp/
.tmp/
nohup.out
.claude/promt.md

# Quickstart notebook is versioned (jupytext-paired, mkdocs-rendered) — issue #125
!docs/quickstart.ipynb

# Walkthrough notebook is versioned (mkdocs-rendered How-To backbone)
!docs/how-to/walkthrough.ipynb

# Agentic-Coding-Tooling bleibt lokal (Session 81): Skills, Statusline,
# Ralph-Loop und persönliche Settings werden nicht mehr versioniert
.claude/skills/
.claude/settings.local.json
.claude/statusline-command.sh
skills-lock.json
scripts/ralph-loop.sh
docs/agents/ralph.md
