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

# Virtual environments
.venv/
venv/
env/

# uv
.python-version

# Environment / secrets
.env
.envrc

# Test & coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
.hypothesis/

# Type checkers
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
.pytype/
.ruff_cache/

# Editors
.idea/
.vscode/
*.swp
*.swo

# macOS
.DS_Store

# Misc
*.log
tempCodeRunnerFile.py
