Files
spotify-to-tidal/.gitignore
2024-06-10 09:32:44 +02:00

36 lines
359 B
Plaintext

# Config and cache files
config.yml
config.yaml
.cache*
.session.yml
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
build/
dist/
eggs/
.eggs/
sdist/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Environments
.env
.venv
env/
venv/
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
# Visual Studio Code
.vscode/