# Virtual environments
test-env/
test-env-arm/
venv/
env/
test-*/
*-env/
ENV/
.venv/

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

# Distribution / packaging
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
pip-log.txt
pip-delete-this-directory.txt

# Maturin/Rust build artifacts
target/
Cargo.lock
*.rs.bk

# PyO3/maturin specific
.maturin/
*.abi3.so
*.abi3.pyd

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.mypy_cache/
.dmypy.json
dmypy.json

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

# Temporary files
*.tmp
*.bak
*.backup