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

# C extensions
*.so

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg

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

# Jupyter Notebook
.ipynb_checkpoints

# virtualenv
.venv
venv/

# dotenv
.env

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

# OS generated files
.DS_Store
Thumbs.db

# Linting / type checking
.ruff_cache/
.mypy_cache/

# Stale generated docs
_docs/

# Misc
*.bak
*.log
