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

# Testing
.pytest_cache/
.mypy_cache/
.coverage
htmlcov/

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

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

# Rust build artifacts
target/
Cargo.lock

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

# macOS
.DS_Store
