# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
.venv/
venv/
*.egg-info/
.mypy_cache/
.pytest_cache/

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

# Maturin
dist/
*.so
*.dylib
*.dll

# Logs and other artifacts
*.log
*.sqlite
.idea/
.vscode/

# OS generated files
.DS_Store

# Environment / secrets
.env
.env.*
