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