# General
.directory
.cache/

# IDE
.idea/
.vscode/
.spyproject/

# Developer
TODO.md

# Python
venv/
.venv/
env/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.env

# Distribution / packaging
dist/
distribution/
build*/
*.egg*

# Compiled python modules.
__pycache__/
*.pyc
*.pyo
