Axiom / .dockerignore
Aasher's picture
Add application file
c1fe1f5
raw
history blame contribute delete
233 Bytes
# Ignore Python cache files
__pycache__/
*.pyc
*.pyo
# Ignore virtual environments
venv/
env/
.venv
.env
# Ignore logs
*.log
# Ignore local configuration files
*.env
# Ignore any other unnecessary files
*.DS_Store
*.db
*.sqlite3