# Python cache
__pycache__/
*.py[cod]
*$py.class

# Test/cache files
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/

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

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

# Editor/OS files
.DS_Store
.idea/
.vscode/