# Python cache files
__pycache__/
*.pyc
*.py[cod]
*$py.class
.pytest_cache/
.mypy_cache/
.ruff_cache/
# Virtual environments
venv/
env/
.venv/
.env/
# IDE specific files
.vscode/
.idea/
.ropeproject/
# Miscellaneous
.DS_Store
*.log
*.af~lock~
.hypothesis/
.coverage
htmlcov/
dist/
site/
