*.iml
*.so
*.pyd
*.pdb
*.ipynb
.ENV
.env
.ipynb_checkpoints/
.python-version
.yarn/
coverage.lcov
coverage.xml
profile.json
polars/vendor

# OS
.DS_Store

# IDE
.idea/
.vscode/
.vim

# Python
.hypothesis/
.mypy_cache/
.pytest_cache/
.ruff_cache/
.venv*/
__pycache__/
.coverage
*.egg-info

# Rust
target/

# Data
*.csv
*.parquet
*.feather
*.tbl

# Project
/docs/assets/data/
/docs/assets/people.md

# User specific source setups
# You can put anything here that needs to be done to prepare your env.
.user_env.*
