# OS turd files
.DS_Store

# python
*.pyc
__pycache__/

# Pixi environment
.pixi/

# poetry environment (for tests)
.venv/
poetry.lock

# Build artifacts
dist/
htmlcov/
site/
.zensical/
.cache/
build/
*.egg-info
*.whl
*.conda
*.tar.bz2

# test files
.coverage
.coverage.*
coverage.json
coverage.xml

# Generated files
doc/whl2conda-cli.md
test/packages-with-renamed-dependencies.json
compare-report.json
compare-report.md

# git merge turd files
*.orig

# Claude Code per-user local settings
.claude/settings.local.json
