# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Unit test / coverage reports
.pytest_cache/
.tox/
.nox/
.coverage
.coverage.*
.cache
htmlcov/

# Ruff
.ruff_cache/

# Environments
.env
.venv
env/
venv/
ENV/

# Environment variables and tokens
.env.*
token.txt
*.token
*.key

# mypy
.mypy_cache/

# UV
# uv lock files should be tracked for reproducibility
!uv.lock
