# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
.env
.venv
*.egg-info/
dist/
build/
.mypy_cache/
.pytest_cache/
.ruff_cache/
*.swp
*.swo
*.swn

# IDEs
.idea/
.vscode/

.venv*
jnk.*
uv.lock
