# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
wheels/

# Environments
.venv/
venv/
.env

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/
.tox/
.nox/

# RepoMind output
repomind-report.md
repomind-report.json
.repomind/

# Editors and OS
.idea/
.vscode/
*.swp
.DS_Store
Thumbs.db
