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

# Distribution / packaging
.Python
build/
dist/
downloads/
.eggs/
*.egg-info/
*.egg
MANIFEST
pip-wheel-metadata/

# Unit test / coverage reports
.pytest_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/
.hypothesis/
.tox/
.nox/

# Type checkers / linters caches
.mypy_cache/
.pyre/
.pytype/
.ruff_cache/

# Virtual environments
.venv/
venv/
env/
ENV/
.pymodenv/
.python-version

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

# OS files
.DS_Store

# Local docs builds
docs/_build/

# Jupyter
.ipynb_checkpoints/

# Logs
*.log

# Misc local/temp artifacts
tmp/
references/
