.gitignore 47 B

123456
  1. __pycache__/
  2. *.pyc
  3. secret.toml
  4. .venv/
  5. .vscode/