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

# Python bytecode and caches
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/

# Python environments
.venv/
venv/
env/
.release-venv/
.release-python/

# Python and Maturin build artifacts
build/
dist/
wheelhouse/
*.egg-info/
*.egg
*.whl

# Local environment and secrets
.env
.env.*
!.env.example
.pypirc

# Editors and IDEs
.idea/
.vscode/
*.code-workspace
*.swp
*.swo
*~

# Windows and macOS metadata
Thumbs.db
Desktop.ini
.DS_Store

.agents/