Files
spotvinyl/.gitignore
2025-09-16 11:44:32 +02:00

30 lines
312 B
Plaintext

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
build/
dist/
*.egg-info/
# Virtual environment folders
.env
.venv
env/
venv/
ENV/
# Jupyter Notebook checkpoints
.ipynb_checkpoints
# PyCharm
.idea/
# VS Code
.vscode/
# Logs and databases
*.log
*.sqlite3