mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-01-22 02:41:11 +01:00
26 lines
243 B
Plaintext
26 lines
243 B
Plaintext
# Node
|
|
node_modules/
|
|
dist/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.prod
|
|
.env.1
|
|
.env.2
|
|
|
|
# OS files
|
|
.DS_Store
|
|
|
|
# build files
|
|
backend/app/static/
|
|
|
|
# Config data
|
|
config/
|
|
config-test/
|
|
radarr-config/
|
|
sonarr-config/
|
|
test-data/ |