# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual environments
.venv/
venv/
ENV/
env/

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.mypy_cache/
.ruff_cache/

# Git
.git/
.gitignore
.gitattributes

# Documentation build
docs/_build/

# Temporary files
*.log
*.tmp
.DS_Store
ares_gui_tempdir/

# CI/CD
.github/

# Notebooks checkpoints
.ipynb_checkpoints/

# Results and reports
results/
*.csv
*.json
!assets/*.json
!example_configs/**/*.json

# Secrets
.env
.secrets.baseline
*.pem
*.key

# Other
*.md
!README.md
LICENSE

# Made with Bob
