# Bytecode
__pycache__/
*.py[cod]

# Build
build/
dist/
*.egg-info/

# Virtual env
.venv/
venv/
env/

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

# Type checking
.mypy_cache/

# Ruff
.ruff_cache/

# IDE
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db

# Reports
optimax_report.json
validation_report.json
benchmark_results.json

# Logs
*.log