# 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/

# Operating system and editor artifacts. The gate commits untracked files it
# finds after fixing, so anything that appears in a working tree without being
# authored belongs here.
.DS_Store
.AppleDouble
Thumbs.db
desktop.ini
.idea/
.vscode/
*.swp
*.swo
*~
