# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg
*.egg-info/
dist/
build/
eggs/
parts/
var/
sdist/
wheels/
*.egg-link
.installed.cfg
lib/
lib64/

# Virtual environments
.venv/
venv/
env/
ENV/

# Jupyter
.ipynb_checkpoints/
*.ipynb_checkpoints

# Distribution / packaging
MANIFEST
pip-log.txt
pip-delete-this-directory.txt

# Testing
.tox/
.coverage
.coverage.*
.cache
.pytest_cache/
htmlcov/
nosetests.xml
coverage.xml
*.cover

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json
.pytype/

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

# OS
.DS_Store
Thumbs.db

# Environment variables
.env
.env.*

# Data
*.csv
*.parquet
*.feather
*.pkl
*.pickle
*.h5
*.hdf5
data/

# Source originals and extraction notes
src/
EXTRACTABLE_COMPONENTS.md
CLAUDE.md
examples/__marimo__
_site/
