CoolFace
Apppublic

Mery3391/YAMNET

sourceHugging Facemitupdated 4mo agoView on Hugging Face
0likes
.gitignore39 linesDownload Raw Back to root
1��# Python
2__pycache__/
3*.py[cod]
4*$py.class
5*.so
6.Python
7env/
8venv/
9ENV/
10
11# Docker
12.docker/
13*.log
14
15# Node modules (important)
16node_modules/
17
18# IDE
19.vscode/
20.idea/
21*.swp
22*.swo
23
24# OS
25.DS_Store
26Thumbs.db
27
28# Secrets
29.env
30*.key
31*.pem
32
33# Misc
34*.pyc
35.pytest_cache/
36.coverage
37htmlcov/node_modules/
38node_modules/
39