mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-01-22 10:51:02 +01:00
19 lines
166 B
Plaintext
19 lines
166 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/ |