chore: import storyforge baseline clean
This commit is contained in:
31
.gitignore
vendored
Normal file
31
.gitignore
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
.DS_Store
|
||||
.env
|
||||
.env.local
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
.venv/
|
||||
.venv*/
|
||||
|
||||
# Android / Gradle
|
||||
.gradle/
|
||||
local.properties
|
||||
build/
|
||||
**/build/
|
||||
.kotlin/
|
||||
**/.gradle/
|
||||
**/.kotlin/
|
||||
|
||||
# Runtime data and artifacts
|
||||
data/
|
||||
output/
|
||||
*.log
|
||||
|
||||
# macOS / editors
|
||||
.idea/
|
||||
.vscode/
|
||||
Reference in New Issue
Block a user