# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
*.egg
dist/
build/
.eggs/
*.whl
.venv/
.venv-*/
venv/
env/
.python-version

# pytest
.pytest_cache/
htmlcov/
.coverage
.coverage.*
coverage.xml

# mypy
.mypy_cache/

# ruff
.ruff_cache/

# Environment
.env
.env.*

# Local agent / IDE session data (not part of the library)
.agent-data/

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