# Virtual environments
env/
env3*/
venv/
.venv/
.envrc
.env
__pypackages__/

# IDEs and editors
.idea/
*.swp
*.swo
*~

# Package distribution and build files
*.egg-info/
dist/
/build/
_build/

# Python bytecode and cache files
*.py[cod]
.cache/
.hypothesis
.mypy_cache/
.pytest_cache/
/.ruff_cache/

# Test and coverage files
/htmlcov/
.coverage
/coverage/

# Documentation files
/site/

# Other files and folders
.DS_Store
.auto-format
/worktrees/
tmp/
