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
|
||||
@eaDir/
|
||||
|
||||
# PyCharm
|
||||
.run
|
||||
|
||||
# Test data
|
||||
celery_results.sqlite
|
||||
celerybeat-schedule
|
||||
|
|
|
|||
Loading…
Reference in New Issue