# Rust build artifacts
target/

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

# Distribution / packaging
.Python
/build/
/test/*/build
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
*.so

# Nox environments
.nox/

# Sphinx documentation
docs/_build/
docs/api/
docs/crates/

# Environments
.env*
.venv*

# OS specific stuff
.DS_Store

# IDEs and editors
.idea/
.vscode/

# Common editor files
*~
*.swp
