diff options
| author | alex <[email protected]> | 2026-07-13 16:44:51 +0200 |
|---|---|---|
| committer | alex <[email protected]> | 2026-07-13 16:44:51 +0200 |
| commit | 1b430cb695dd541f80223d743f378135064f4fec (patch) | |
| tree | 7426e91a25530379372c3d1570819180fbaebe32 /.gitignore | |
| download | spotify-into-discord-main.tar.xz spotify-into-discord-main.zip | |
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1e73087 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +# Python-generated files +__pycache__/ +*.py[oc] +build/ +dist/ +wheels/ +*.egg-info + +# Virtual environments +.venv + +.env |
