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