mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-04-24 19:32:53 +03:00
26 lines
282 B
Plaintext
26 lines
282 B
Plaintext
# Ignore virtual environments
|
|
env/
|
|
.env/
|
|
|
|
# Ignore Python byte code cache
|
|
*.pyc
|
|
__pycache__
|
|
.cache/
|
|
|
|
# Ignore coverage reports
|
|
.coverage
|
|
htmlcov
|
|
|
|
# Ignore build results
|
|
*.egg-info/
|
|
dist/
|
|
|
|
# Ignore stupid .DS_Store
|
|
.DS_Store
|
|
|
|
# Ignore PyCharm
|
|
.idea/
|
|
|
|
# Ignore tox environments
|
|
.tox/
|