# Temporary Ignores



# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
dist/
*.egg-info/
*.egg
.eggs/

# Virtual environments
.venv/
venv/
ENV/
env/
.venv*/
pip-wheel-metadata/

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
pytest_cache/
.pytest_cache/
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/

# IDE / editor configs
.vscode/
.idea/
*.swp
*.swo
.spyderproject
.spyderworkspace
.spyproject
.spyder*

# Jupyter notebooks
.ipynb_checkpoints

# mypy / type checker
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/

# Pyright type checker
.pyright/

# Ruff / flake8 / linting
.ruff_cache/
.flake8

# OS-specific files
.DS_Store
Thumbs.db