# Python bytecode and extension modules
__pycache__/
*.py[cod]
*$py.class
*.so

# Python packaging and build artifacts
build/
dist/
*.egg-info/
.eggs/
*.egg
*.whl
pip-wheel-metadata/

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

# Test, coverage, type-checker, and linter caches
.coverage
.coverage.*
coverage.xml
htmlcov/
.pytest_cache/
.mypy_cache/
.pyre/
.pytype/
.ruff_cache/
.tox/
.nox/

# Jupyter checkpoints
.ipynb_checkpoints/
