Files
django-test/.gitignore
2019-10-10 13:28:28 +02:00

16 lines
118 B
Plaintext

/.idea/
/manage.py
/conf/
/pythonenv/
/tmp/
/var/
*.pyc
/.coverage
/geckodriver.log
/django_test.egg-info/
/dist/