Python
pycache/
*.py[cod]*
*.pyo
*.pyd
.Python
*.egg-info/
.dist-info/
.eggs/
Virtual environment
venv/
env/
.env/
.venv/

# Testing
.coverage
coverage.xml
.pytest_cache/
htmlcov/

# IDE
.vscode/
.idea/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# PersIQ outputs
examples/drift_chart.png
examples/my_report.json
examples/test_persona.json
Distribution
dist/
*.whl
*.tar.gz
