# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Generated version file
conda_completion/_version.py

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Rust
target/

# Virtual environments
.venv/
venv/
ENV/

# pixi
.pixi/

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# Testing
.pytest_cache/
.coverage
htmlcov/
coverage.xml

# Docs
docs/_build/

# Demo recordings are committed for docs (regenerate with: pixi run demos)

# OS
.DS_Store
Thumbs.db

# Type checking
.ty/
.mypy_cache/

# Environment files
.env
