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

# Python
__pycache__/
*.py[cod]
*.pyd
*.so
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.mypy_cache/
.ruff_cache/
.tox/
.nox/
.hypothesis/

# Build / packaging
build/
dist/
*.egg-info/
pip-wheel-metadata/
wheels/

# Virtual environments
.venv/
venv/
env/
.venv_release/

# Environment and secrets
.env
.env.*
!.env.example
!.env.test.example
*.key
*.pem
*.p12
*.pfx
secrets*.json

# Tooling / editor
.idea/
.vscode/
.claude/

# OS files
.DS_Store
Thumbs.db
desktop.ini

# Logs / temp
*.log
tmp/
temp/
