# Ignore environment file that contains sensitive information
.env

# Ignore any log files that may be generated by services
*.log

# Ignore temporary or backup files that might be created by editors
*.bak
*.swp

# Ignore docker-compose override files (local configurations, not meant to be versioned)
docker-compose.override.yml

# Ignore any database files that are mapped as volumes (persistent data)
db/
redis/
nc_app/

# Ignore any tmp or pid files that might be created during runtime
tmp/
*.pid

# Ignore any SQLite database files (if applicable)
*.sqlite

# Ignore any generated Nextcloud data files (if they're stored here instead of in volumes)
*.db

