# 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

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

# uv
.uv/

# Testing
.pytest_cache/
.tox/
.nox/
.coverage
.cache
htmlcov/
.hypothesis/

# Linting/Typing
.ruff_cache/
.mypy_cache/
.pyre/
.pytype/

# OS
.DS_Store
Thumbs.db

# IDEs
.vscode/
.idea/
*.swp
*.swo
.env