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

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

# Environment files
.env

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Editors and OS files
.vscode/
.idea/
.DS_Store

# PyInstaller
*.spec
