#vscode
.vscode*

# Python automatically compiled bytecode files (to speed up imports)
__pycache__/

# Python compiled files (common across versions)
*.pyc
*.pyo

# Metadata generated by Python packaging (e.g. during `pip install`, `build`, `sdist`)
*.egg-info/

# Output directory for built distributions (e.g. `hatch build`, `python -m build`)
dist/

# Local virtual environment (created by `uv venv` or `python -m venv`)
.venv/

