# VCS
.git
.github

# IDE / editor
.idea
.vscode

# Dependencies (reinstalled inside the image)
vendor
node_modules

# Build output / caches (regenerated by the zephir build)
build
tests/_output
**/*.dep
**/.phpunit.result.cache
ext/.libs
ext/modules
ext/**/*.o
ext/**/*.lo
ext/**/*.gcno
ext/**/*.gcda

# Docker / compose (not needed inside the image)
docker-compose.yml
.dockerignore
