2021-05-03 01:47:28 +02:00
|
|
|
# Ignore client settings file
|
|
|
|
client.settings
|
|
|
|
|
|
|
|
# Ignore stories file except for test_story
|
|
|
|
stories/*
|
2021-06-15 06:59:08 +02:00
|
|
|
!stories/sample_story.json
|
|
|
|
|
|
|
|
# Ignore PyCharm project files.
|
|
|
|
.idea
|
|
|
|
|
|
|
|
# Ignore compiled Python files.
|
|
|
|
*.pyc
|