# Python
__pycache__/
*.py[cod]
*.so

# Distribution
dist/
build/
*.egg-info/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Environments
.venv/
venv/

# Pixi
.pixi/
pixi.lock

# IDE
.vscode/
.idea/

# OS
.DS_Store
