# Temporary files
.*.swp

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
.cache/

# Distribution / packaging
*.egg-info/
*.egg

# Poetry
poetry.lock
dist/

# Test generated files
tests/**/test/
tests/**/prog/

# VSCode
.vscode/