templates/python3/{{cookiecutter.project_name}}/.gitignore

15 lines
113 B
Text

*~
*.pyc
*.pyo
*.pyt
*.pytc
*.egg-info
.*.swp
.DS_Store
venv/
venv3/
.cache/
build/
.idea/
.coverage
.mypy_cache