# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python/
env/
venv/
*.egg-info/
.pytest_cache/

# IDE
.vscode/
.idea/

# Logs and temporary files
*.log
*.tmp
# Temporary generated reports
/reports/**/*
/dist/
