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

# C extensions
*.so

# Distribution / packaging
build/
dist/
*.egg-info/
.eggs/
pip-wheel-metadata/
wheels/

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

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

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

# Type checking
.mypy_cache/
.pytype/
.pyre/

# IDEs / editors
.vscode/
.idea/
*.iml

# OS files
.DS_Store
Thumbs.db

# Jupyter
.ipynb_checkpoints/

# Ruff / formatting tools
.ruff_cache/

# Sphinx / docs builds
docs/_build/

# PyInstaller
*.manifest
*.spec

# Executables
*.exe
*.bat
*.cmd
