# Auto-generated by hatch-vcs at build time
src/elsa_mcp/_version.py

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
*.egg
build/
dist/
wheels/
pip-wheel-metadata/

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

# uv
.uv/

# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
coverage.xml
*.cover

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

# Environment / secrets
.env
.env.*
!.env.example

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

# Logs
*.log
