# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
*.egg

# Virtual environments
.venv/
venv/
env/

# IDE
.vscode/
.idea/
*.swp

# Evidence store output
.parallel-agents-output/

# PyInstaller
*.spec.bak

# Environment
.env
.env.local

# OS
.DS_Store
Thumbs.db

# npm wrapper
npm-wrapper/node_modules/

# pytest
.pytest_cache/
