# JetBrains (PyCharm, etc.)
.idea

# Environment
.env
.direnv/
*.lock

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Python Virtual Environments
venv/
.venv/
env/
.env/

# Python testing
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

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