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

# Maturin / Python wheel builds
*.whl
*.egg-info/
build/
dist/
pip-wheel-metadata/
*.pyc

# ========== Python ==========
__pycache__/
*.py[cod]
*.pyo
*.pyd
.python-version
env/
venv/
ENV/
env.bak/
venv.bak/

# Poetry / pipenv / virtualenv
.poetry/
.mypy_cache/
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/

# ========== IDEs / Editors ==========
.vscode/
.idea/
*.sublime-workspace
*.sublime-project

# ========== OS / Misc ==========
.DS_Store
Thumbs.db
desktop.ini

# ========== Build artifacts ==========
*.o
*.obj
*.so
*.dylib
*.dll

# ========== Logs ==========
*.log