# Rust / Cargo
debug/
target/
**/*.rs.bk
*.pdb

# Python bytecode and caches
__pycache__/
*.py[cod]
*$py.class
.python-version
.pytest_cache/
.ruff_cache/
.mypy_cache/
.pyre/
.tox/
.nox/
.coverage
.coverage.*
coverage.xml
htmlcov/

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

# Python packaging and build artifacts
build/
dist/
*.egg-info/
*.egg
pip-wheel-metadata/
site/

# maturin / native extension artifacts
*.so
*.pyd
*.dll
*.dylib
*.pyi.tmp

# uv
.uv-cache/

# Jupyter
.ipynb_checkpoints/

# IDEs and editors
.idea/
.vscode/
*.swp
*.swo
*~

# OS files
.DS_Store
Thumbs.db
