mirror of
https://github.com/velocitatem/cvfs.git
synced 2026-05-31 08:43:37 +00:00
Initial commit
This commit is contained in:
34
.dockerignore
Normal file
34
.dockerignore
Normal file
@@ -0,0 +1,34 @@
|
||||
# Version control
|
||||
.git
|
||||
.gitignore
|
||||
|
||||
# Node / frontend
|
||||
**/node_modules
|
||||
apps/webapp/.next
|
||||
apps/webapp/bun.lock
|
||||
|
||||
# Python
|
||||
**/__pycache__
|
||||
**/*.pyc
|
||||
**/*.pyo
|
||||
.venv
|
||||
**/.venv
|
||||
*.egg-info
|
||||
build/
|
||||
dist/
|
||||
|
||||
# Dev artifacts
|
||||
.env
|
||||
**/.env
|
||||
**/.scraper_cache
|
||||
**/downloaded_files
|
||||
logs/
|
||||
ml/tensorboard/
|
||||
ml/notebooks/
|
||||
FLAT.xml
|
||||
|
||||
# Docs / meta
|
||||
*.md
|
||||
AGENTS.md
|
||||
CLAUDE.md
|
||||
.github/
|
||||
Reference in New Issue
Block a user