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

# C extensions
*.so

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

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

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

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# IDE / editor files
.ropeproject
.spyderproject
.spyproject
.*.sw[op]
*.swp
*.swo
*.swn
Session.vim
.vim/
.vimsessions/

# Jupyter
.ipynb_checkpoints

# Project-local tool state
.codex

# Local environment hints
.python-version

# Desktop clutter
.DS_Store
