ada-web

Ada AI is a specialized coding...
Log | Files | Refs | README | LICENSE

.gitignore (597B)


      1 # Python
      2 __pycache__/
      3 *.py[cod]
      4 *$py.class
      5 *.so
      6 .Python
      7 build/
      8 develop-eggs/
      9 dist/
     10 downloads/
     11 eggs/
     12 .eggs/
     13 lib/
     14 lib64/
     15 parts/
     16 sdist/
     17 var/
     18 wheels/
     19 *.egg-info/
     20 .installed.cfg
     21 *.egg
     22 
     23 # Virtual Environment
     24 venv/
     25 env/
     26 ENV/
     27 .venv
     28 
     29 # Environment Variables
     30 .env
     31 .env.local
     32 .env.*.local
     33 
     34 # Firebase
     35 firebase-adminsdk.json
     36 firebase-adminsdk*.json
     37 serviceAccountKey.json
     38 
     39 # IDE
     40 .vscode/
     41 .idea/
     42 *.swp
     43 *.swo
     44 *~
     45 .DS_Store
     46 
     47 # Logs
     48 *.log
     49 logs/
     50 npm-debug.log*
     51 yarn-debug.log*
     52 yarn-error.log*
     53 
     54 # Testing
     55 .pytest_cache/
     56 .coverage
     57 htmlcov/
     58 *.cover
     59 
     60 # Temporary files
     61 *.tmp
     62 *.temp
     63 .tmp/
     64 tmp/
     65 
     66 # OS
     67 Thumbs.db
     68 .DS_Store
© notamitgamer • Site Built: 2026-07-21 13:58:23 UTC • git-mirror commit: 1037f62 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror