__pycache__/
build/
.DS_Store

# Python virtual environments
.venv/
venv/
env/

# Python bytecode and cache
*.py[cod]
*.pyo
.Python
.mypy_cache/
.pytest_cache/
.ruff_cache/

# Jupyter Notebook checkpoints
.ipynb_checkpoints/

# VS Code settings
.vscode/

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

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

# Unit test / coverage reports
htmlcov/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/

# PyInstaller
*.manifest
*.spec

# C extensions
*.so

# macOS
.DS_Store

# Temporary files
*.swp
*.swo
*~
Thumbs.db
