e2b2api / app.py.dockerignore
bibibi12345's picture
initial
b63c874
raw
history blame contribute delete
269 Bytes
# Ignore git and version control
.git
.gitignore
# Ignore Docker files
Dockerfile
docker-compose.yml
# Ignore Python cache
__pycache__/
*.py[cod]
*$py.class
# Ignore environment files
.env
.env.example
# Ignore development files
.vscode/
.idea/
# Ignore logs
*.log