.dockerignore 190 B

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