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

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

# Virtual environments
venv/
env/
ENV/
.venv/

# Compiled extension modules
*.so
*.dylib
*.dll
_pyquillmark*.so

# Testing
.pytest_cache/
.coverage
htmlcov/

# Rust
target/
**/target/
Cargo.lock

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# ruff
.ruff_cache/

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

# Maturin
./maturin-wheel-cache/
.maturin/

# Misc
*.log
*.tmp
.DS_Store
