# OS turd files
.DS_Store

# python
*.pyc
__pycache__/

# Pixi environment
.pixi/

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

# Build artifacts
dist/
htmlcov/
site/
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

# git merge turd files
*.orig
