# 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
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# ides
.vscode/
.idea/
*.swp
*.swo
*~

# testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# raiseattention cache
.raiseattention/

# misc
.DS_Store
*.log

# nix
result
result-*
.direnv/

# playground and debug files
playground/
test_debug*.py
test_env_config.py

# caches
.ruff_cache/
.pytest_cache/
.mypy_cache/
