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

# Distribution / packaging
.eggs/
dist/
build/
*.egg-info/
*.egg
MANIFEST
.installed.cfg
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/

# Environment
.env
.venv
venv/
ENV/
env/
env.bak/
venv.bak/
.python-version

# Testing
htmlcov/
.coverage
.coverage.*
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
nosetests.xml
test-results/

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
.pytype/
pyrightconfig.json

# Linting / formatting
.ruff_cache/

# Docs
docs/_build/
docs/_autosummary/

# Compiled extensions
*.so
*.pyd
*.dll

# Jupyter
.ipynb_checkpoints/
*.ipynb~

# IDE / editor
.vscode/
.idea/
*.swp
*.swo
*~
.project
.pydevproject

# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Logs
*.log
pip-log.txt
pip-delete-this-directory.txt

# Temporary
*.tmp
*.bak
