# Thanos Ignore File
# Uses gitignore-style pattern matching
# https://git-scm.com/docs/gitignore

# Important directories (trailing slash matches directories)

# Python
venv/
.venv/
__pycache__/
*.pyc

# Node.js
node_modules/





# Thanos shouldn't snap himself
.thanosignore
.thanosrc.json
