.dockerignore 207 B

12345678910111213141516171819202122
  1. # Byte-compiled / optimized / DLL files
  2. __pycache__/
  3. *.py[codz]
  4. *$py.class
  5. # Config
  6. config.yml
  7. config.yml.example
  8. # Rules
  9. rules/
  10. # Git
  11. .git
  12. .gitignore
  13. # Python venv
  14. .venv
  15. # Repo trash
  16. LICENSE
  17. README.md