# Python
__pycache__/
*.py[cod]
*.so

# Virtual environments
.venv/
venv/

# Packaging
dist/
build/
*.egg-info/

# Caches and tooling
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
coverage.xml
htmlcov/

# Environment and secrets
.env
.env.*

# Editors
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db