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

# Rust build artifacts
target/
Cargo.lock

# Virtual environments
.venv/
venv/
ENV/

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

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

# OS files
.DS_Store
Thumbs.db

# Maturin build
*.so
*.pyd
*.dll

# Testing
.pytest_cache/
.coverage
htmlcov/
