# Python bytecode/cache
__pycache__/
*.py[cod]
*$py.class
.ipynb_checkpoints/

# Compiled extension artifacts
*.so
*.pyd
*.dll
*.dylib

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

# Tooling/test/type caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.pyre/
.hypothesis/
.tox/
.nox/

# Coverage reports
.coverage
.coverage.*
coverage.xml
htmlcov/

# Build/package artifacts
build/
dist/
site/
.eggs/
*.egg-info/
pip-wheel-metadata/
wheels/
.maturin/

# Rust build artifacts
target/

# Editor/IDE
.vscode/
.idea/
*.swp
*.swo
*~

# OS files
.DS_Store
Thumbs.db

# Logs
*.log
