style: update gitignore in the main folder, to hide PyCharm configurations (#18574)
Co-authored-by: michael_hoffman <michael.hoffman@nielsen.com>
This commit is contained in:
parent
aa648ed13f
commit
92cc7c0e7d
|
|
@ -89,6 +89,9 @@ scripts/*.zip
|
||||||
venv
|
venv
|
||||||
@eaDir/
|
@eaDir/
|
||||||
|
|
||||||
|
# PyCharm
|
||||||
|
.run
|
||||||
|
|
||||||
# Test data
|
# Test data
|
||||||
celery_results.sqlite
|
celery_results.sqlite
|
||||||
celerybeat-schedule
|
celerybeat-schedule
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue