# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
*.manifest
*.spec

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/

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

# Editor
.idea/
.vscode/
*.swp
*.swo
.DS_Store
Thumbs.db

# curio runtime data
.curio/
*.db
*.db-journal
*.sqlite
*.sqlite3

# test scratch dirs and logs
test-cache*/
test-*-output*.log
smoke-output.log
*.log

# Playwright
playwright-report/
test-results/

# Type checkers
.mypy_cache/
.pytype/
.ruff_cache/

# Jupyter
.ipynb_checkpoints
*.ipynb
