aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authoralex <[email protected]>2026-07-13 16:44:51 +0200
committeralex <[email protected]>2026-07-13 16:44:51 +0200
commit1b430cb695dd541f80223d743f378135064f4fec (patch)
tree7426e91a25530379372c3d1570819180fbaebe32 /.gitignore
downloadspotify-into-discord-1b430cb695dd541f80223d743f378135064f4fec.tar.xz
spotify-into-discord-1b430cb695dd541f80223d743f378135064f4fec.zip
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore12
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