# Environment variables
.env
.env-backup

# All temp files / dirs
/stor/temp/*

# Python artifacts
*.pyc
*.pyo
*.pyd
__pycache__/

# pytest artifacts
.pytest_cache/

# PyCharm artifacts
/.idea/
/venv/

# VS Code artifacts
.vscode/*