# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
.mypy_cache/
.pytest_cache/
.ruff_cache/
.cache/
.tmp/
.tmp-pytest-*/
.coverage
.coverage-*
coverage.xml
htmlcov/

# Build output
build/
dist/

# Node
node_modules/

# Editors and operating systems
.idea/
.vscode/
.DS_Store

# Local environment
.env
.env.*
!.env.example
