2022-08-24 19:01:07 +04:00
|
|
|
# ignore IDE files
|
|
|
|
.vscode
|
2023-02-06 18:12:04 +01:00
|
|
|
.idea
|
2022-08-24 19:01:07 +04:00
|
|
|
|
2022-09-23 13:01:38 +04:00
|
|
|
# ignore temp files under any path
|
|
|
|
.DS_Store
|
2022-08-24 19:01:07 +04:00
|
|
|
**/__pycache__
|
2022-09-23 13:01:38 +04:00
|
|
|
|
|
|
|
# ignore build artifacts
|
|
|
|
/dist
|
2023-01-12 19:48:03 +03:00
|
|
|
/build
|
2022-09-23 13:01:38 +04:00
|
|
|
*.egg-info
|