Files
spotify-to-tidal/.gitignore
2023-05-23 16:45:55 +02:00

33 lines
329 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