# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.pyd

# Virtual environments
.venv/
venv/
ENV/

# Build artifacts
target/
dist/
build/
*.egg-info/
*.egg

# Maturin
*.whl

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

# pytest
.pytest_cache/
.coverage
htmlcov/

# mypy
.mypy_cache/
