# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
desktop.ini
Icon?
$RECYCLE.BIN/
*.swp
*.swo

# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
build/
dist/
*.egg-info/
.eggs/
*.egg
*.whl
*.spec

# Environments
.venv/
.venv*/
.env
.envrc
.env.*
.conda/
.condarc
*.conda
.direnv/
.pdm.toml

# Test/coverage
.coverage
.coverage.*
.coverage/
htmlcov/
.tox/
.nox/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.pytype/
.hypothesis/
.mutmut-cache/
.cache/
.benchmarks/
artifacts/

# IDEs/editors
.idea/
.vscode/
.vscode-test/
*.code-workspace
*.sublime-project
*.sublime-workspace

# Docs/Node
docs/_build/
site/
_build/
node_modules/

# Data outputs
data/
*.csv.gz
*.tsv.gz
results/
output/
out/

# Misc
*.log
*.out
*.err
*.pid
*.tmp
*.temp
*.bak
*.orig
