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

# C extensions
*.so

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

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

# Unit test / coverage reports
.coverage
.coverage.*
coverage.xml
nosetests.xml
pytest.xml
htmlcov/
.pytest_cache/

# Type checker / linter caches
.mypy_cache/
.pyre/
.pytype/
.ruff_cache/

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

# Local environment files
.env
.env.*
!.env.example

# Jupyter
.ipynb_checkpoints/

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

# OS generated files
.DS_Store
Thumbs.db

# Docs / static site build artifacts
site/
docs/_build/
