Files
django-localized-fields/.gitignore
T

11 lines
131 B
Plaintext

# Ignore virtual environments
env/
# Ignore Python byte code cache
*.pyc
__pycache__
# Ignore coverage reports
.coverage
htmlcov