# Byte-compiled / cache
__pycache__/
*.py[cod]
*$py.class

# Test / type / lint caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.tox/
.nox/
.cache/

# Coverage
.coverage
.coverage.*
htmlcov/
coverage.xml

# Build artifacts
build/
dist/
*.egg-info/
.eggs/
pip-wheel-metadata/

# Virtual environments
.venv/
venv/
env/
ENV/
.python-version

# Local environment / secrets
.env
.env.*

# OS junk
.DS_Store
Thumbs.db
desktop.ini

# IDE / editor noise
.vscode/
.idea/
*.swp
*.swo
*~

# Misc
*.log
