# Python bytecode and caches
__pycache__/
*.py[cod]
*$py.class
__pypackages__/

# Compiled extensions
*.so
*.pyd
*.dylib

# Packaging / distribution
build/
dist/
wheels/
*.egg-info/
.eggs/
*.egg
MANIFEST
_version.py

# Installer logs
pip-log.txt
pip-delete-this-directory.txt
pip-wheel-metadata/

# Virtual environments
.venv/
venv/
env/
ENV/
env.bak/
venv.bak/
.conda/
.conda_env/
.python-version

# Testing / coverage
.pytest_cache/
.tox/
.nox/
.coverage
.coverage.*
htmlcov/
.nyc_output/
.hypothesis/
.mypy_cache/
.pytype/
.pyre/
.ruff_cache/
.dmypy.json
dmypy.json

# Jupyter / IPython
.ipynb_checkpoints/
profile_default/
ipython_config.py

# Logs and temp files
logs/
*.log
*.tmp
*.temp
tmp/
temp/
*.pid

# Editors / IDEs
.vscode/
.idea/
*.code-workspace
*.sublime-project
*.sublime-workspace

# OS-specific junk
.DS_Store
._*
Thumbs.db
ehthumbs.db
Desktop.ini
Icon?
$RECYCLE.BIN/

# Cache
.cache/

# Sphinx docs
docs/_build/
_build/
_ext/__pycache__/
_ext/sphinx_metadata_figure/__pycache__/

# Node (if present)
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*