.gitignore 67 B

123456
  1. secrets.toml
  2. **/__pycache__/*
  3. *.pyc
  4. .venv
  5. .vscode/
  6. **/*.egg-info/*